You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
345 B

7 years ago
  1. {{ partial "head.html" . }}
  2. <body>
  3. {{ partial "nav.html" . }}
  4. <section id="wrapper" >
  5. <article class="post">
  6. <section id="post-body">
  7. {{ .Content }}
  8. </section>
  9. </article>
  10. {{ partial "footer.html" . }}
  11. </section>
  12. {{ partial "js.html" . }}
  13. </body>
  14. </html>