lykin_tutorial/part_6_ui_layout/templates/post_content.html.tera

7 lines
74 B
Plaintext

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