aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-02-03 04:06:10 +0300
committerGravatar Vitaly Takmazov2023-02-03 04:06:10 +0300
commit26ef36070cb02bb6522a347d8692b6534d550a7c (patch)
treeec5f1a1a4e7a9fb0415fd79df11c73af51ad036f /src/main/resources
parent9cc7fb49b3d5ab2c0b963a5eb6497f385378eca0 (diff)
Pebble: flush header before content rendering
Diffstat (limited to 'src/main/resources')
-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 %}