2015-12-30 03:35:20 +01:00
|
|
|
{{ partial "header.html" . }}
|
|
|
|
|
|
|
|
<body>
|
2016-01-15 06:02:57 +01:00
|
|
|
<div id="layout" class="pure-g">
|
|
|
|
<article class="pure-u-1">
|
|
|
|
{{ partial "brand.html" . }}
|
|
|
|
{{ partial "content.header.html" . }}
|
|
|
|
{{ partial "toc.html" . }}
|
|
|
|
<section>{{ .Content }}</section>
|
|
|
|
<section>
|
|
|
|
{{ partial "disqus.html" . }}
|
|
|
|
{{ partial "footer.html" . }}
|
|
|
|
</section>
|
|
|
|
</article>
|
|
|
|
</div>
|
2015-12-30 03:35:20 +01:00
|
|
|
</body>
|
|
|
|
</html>
|