home.html 343 B

123456789101112131415161718
  1. <!doctype html>
  2. <html>
  3. <head>
  4. {% include head.html %}
  5. <style type="text/css">
  6. .navbar { margin-bottom: 0; }
  7. .jumbotron-side { padding-top: 2em; }
  8. </style>
  9. </head>
  10. <body>
  11. {% include navigation.html %}
  12. {{ content }}
  13. {% include footer.html %}
  14. </body>
  15. </html>