{% if page.previous %}
- « {{page.previous.title}}
+ « {{page.previous.title}}
{% endif %}
MENU
{% if page.next %}
- {{page.next.title}} »
+ {{page.next.title}} »
{% endif %}
+
{{ content }}
+
+
+ {% if page.previous %}
+ « {{page.previous.title}}
+ {% endif %}
+ {% if page.next %}
+ {{page.next.title}} »
+ {% endif %}
+
+
+