6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
<div class="content">
|
|
{% if post %}
|
|
{{ post.text | trim_start_matches(pat='"') | trim_end_matches(pat='"') | trim }}
|
|
{% endif %}
|
|
</div>
|