]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/templates/phyll/base.html
style: start with large and not much designed
[chloro.git] / chloro / phyll / templates / phyll / base.html
index 57969453c04308c585d885b22e47e87fab76d9dc..d46f147950d922879389a13aa5393e13abc16ca5 100644 (file)
@@ -9,8 +9,13 @@
     {% endblock %}
   </head>
   <body>
-  {% block body %}
-  {% endblock %}
+    <header>
+      <h1><a href="/">Coin web de Frédéric Péters</a></h1>
+    </header>
+    <main class="{% block content-class %}{% endblock %}">
+      {% block body %}
+      {% endblock %}
+    </main>
   {% if request.user.is_staff %}
   <div class="actions">
     <a href="/new-note/">{% trans "New Note" %}</a>