|
|
@ -0,0 +1,16 @@ |
|
|
|
{{ partial "head.html" . }} |
|
|
|
<body> |
|
|
|
{{ partial "nav.html" . }} |
|
|
|
|
|
|
|
<section id="wrapper" > |
|
|
|
<article class="post"> |
|
|
|
<section id="post-body"> |
|
|
|
{{ .Content }} |
|
|
|
</section> |
|
|
|
</article> |
|
|
|
{{ partial "footer.html" . }} |
|
|
|
</section> |
|
|
|
|
|
|
|
{{ partial "js.html" . }} |
|
|
|
</body> |
|
|
|
</html> |