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.

13 lines
274 B

  1. {{ partial "head.html" . }}
  2. <body>
  3. {{ partial "nav.html" . }}
  4. {{ partial "profile.html" . }}
  5. <section id="wrapper" class="home">
  6. {{ .Content }}
  7. {{ partial "footer.html" . }}
  8. </section>
  9. {{ partial "js.html" . }}
  10. </body>
  11. </html>