lykin/templates/post_content.html.tera

6 lines
138 B
Plaintext

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