Commit 8856695e48fd24202e98da42549940cada6a206c

Authored by Goutte
1 parent 6b1f54ee

Fix layout.

Showing 1 changed file with 5 additions and 4 deletions   Show diff stats
web/view/layout.html.jinja2
... ... @@ -56,12 +56,13 @@
56 56 {# </ul>#}
57 57 {# </nav>#}
58 58  
59   - <div id="content">
  59 +
  60 + </div>
  61 +
  62 + <div id="content">
60 63 {% block content %}
61   - <p>Please override the "content" block in the page template.</p>
  64 + <p>Please override the "content" block in the page template.</p>
62 65 {% endblock %}
63   - </div>
64   -
65 66 </div>
66 67  
67 68 <footer class="mdl-mini-footer">
... ...