softinio.com/layouts/meetup/single.html
2017-12-16 20:23:15 -05:00

19 lines
457 B
HTML

{{ partial "header.html" . }}
<body lang="en" itemscope itemtype="https://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>
{{ partial "meetup_aside.html" . }}
{{ partial "disqus.html" . }}
{{ partial "footer.html" . }}