Blog body is a stream field

This commit is contained in:
Konstantin 2024-03-14 03:53:49 +01:00
parent dbd449b708
commit f96124b744
9 changed files with 54 additions and 5 deletions

View file

@ -19,7 +19,7 @@
{% endwith %}
<p>{{ post.intro }}</p>
{{ post.body|richtext }}
{{ post.body }}
{% endwith %}
{% endfor %}

View file

@ -24,7 +24,7 @@
<div class="intro">{{ page.intro }}</div>
{{ page.body|richtext }}
{{ page.body }}
{% for item in page.gallery_images.all %}
<div style="float: inline-start; margin: 10px">