base.html 182 B

1234567891011
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. {{template "base/head.html" .}}
  5. {{template "head" .}}
  6. </head>
  7. <body>
  8. {{template "body" .}}
  9. {{template "base/footer.html" .}}
  10. </body>
  11. </html>