diff --git a/app/templates/nopaque.html.j2 b/app/templates/nopaque.html.j2 index 5516fefc..9b11b5df 100644 --- a/app/templates/nopaque.html.j2 +++ b/app/templates/nopaque.html.j2 @@ -89,10 +89,7 @@
- {% if parallax %} - {% block page_content %} - {% endblock %} - {% else %} + {% if not parallax %} {% if not full_width %}
{% endif %} @@ -114,8 +111,10 @@
{% endif %}
+ {% endif %} {% block page_content %} {% endblock %} + {% if not parallax %}
{% if roadmap %}