diff --git a/prosopopee/templates/menu.html b/prosopopee/templates/menu.html index b9ab437..f871b84 100644 --- a/prosopopee/templates/menu.html +++ b/prosopopee/templates/menu.html @@ -1,19 +1,19 @@ - + diff --git a/prosopopee/templates/page.html b/prosopopee/templates/page.html index 927f15a..71e8757 100644 --- a/prosopopee/templates/page.html +++ b/prosopopee/templates/page.html @@ -15,9 +15,9 @@

{{ gallery.title }}

- {% for section in gallery.sections %} - {% include "sections/" + section.type + ".html" %} - {% endfor %} +{% for section in gallery.sections %} + {% include "sections/" + section.type + ".html" %} +{% endfor %}