footer.html 192 B

1234567891011
  1. {{ define "footer" }}
  2. <footer>
  3. <hr />
  4. <p>This is a footer where things like documentation and helpful links will go eventually.</p>
  5. </footer>
  6. </body>
  7. </html>
  8. {{ end }}