2017-04-29 14:21:48 -07:00
|
|
|
{{ partial "header.html" . }}
|
|
|
|
<body lang="en" itemscope itemtype="http://schema.org/Article">
|
|
|
|
{{ partial "subheader.html" . }}
|
|
|
|
{{ $baseurl := .Site.BaseURL }}
|
|
|
|
|
|
|
|
<section id="main">
|
|
|
|
<h1 itemprop="name" id="title">{{ .Title }}</h1>
|
|
|
|
<div>
|
|
|
|
<article itemprop="articleBody" id="content">
|
|
|
|
{{ .Content }}
|
|
|
|
</article>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2017-06-23 13:35:28 -07:00
|
|
|
{{ partial "meetup_aside.html" . }}
|
2017-04-29 14:21:48 -07:00
|
|
|
|
|
|
|
{{ partial "disqus.html" . }}
|
|
|
|
{{ partial "footer.html" . }}
|