lykin_tutorial/part_6_ui_layout/templates/post_content.html.tera
2022-09-07 16:58:09 +01:00

7 lines
74 B
Plaintext

<div class="content">
{% if post %}
{{ post.text }}
{% endif %}
</div>