lykin_tutorial/part_6_update_ui/templates/post_content.html.tera
2022-09-07 09:44:11 +01:00

7 lines
74 B
Plaintext

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