diff --git a/app/templates/content_template.html b/app/templates/content_template.html index d690e1fb6..95c0f63f1 100644 --- a/app/templates/content_template.html +++ b/app/templates/content_template.html @@ -7,15 +7,22 @@ {% endblock %} {% block maincolumn_content %} +
+ {% if navigation_links %} -
+
{{ sub_navigation(navigation_links) }}
+
+ {% else %} +
{% endif %} -
- {% block content_column_content %} - {% endblock %} + + {% block content_column_content %} + {% endblock %} +
+ {% endblock %}