7 lines
74 B
Plaintext
7 lines
74 B
Plaintext
<div class="content">
|
|
{% if post %}
|
|
{{ post.text }}
|
|
{% endif %}
|
|
</div>
|
|
|