Skip to content
Snippets Groups Projects
Select Git revision
  • af2fa6fafc9f1a64dda923a16dc07d0868296b56
  • master default protected
  • ccl
  • jardin
  • cms/general/lorem
  • cms/ccl/ca-marche
  • cms/grenier/index
  • content
  • preview
  • develop
  • deploy
  • test
12 results

default.html

Blame
  • default.html 226 B
    <!doctype html>
    <html>
      <head>
        <meta charset="utf-8">
        <title>{{ page.title }}</title>
      </head>
      <body>
        {% include navigation.html %}
        {{ content }}
      </body>
      <footer>
        default layout
      </footer>
    </html>