aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates/layouts/default.html')
-rw-r--r--src/main/resources/templates/layouts/default.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/templates/layouts/default.html b/src/main/resources/templates/layouts/default.html
index 55c7e8b1..c3dac5d4 100644
--- a/src/main/resources/templates/layouts/default.html
+++ b/src/main/resources/templates/layouts/default.html
@@ -45,6 +45,7 @@
{% endblock %}
</div>
</aside>
+ {% flush %}
<section id="content" {% if msg | default('') is not empty %}data-mid="{{ msg.mid }}" {% endif %} class="content--top">
{% block content %}
{% endblock %}