lykin/templates/post_content.html.tera

6 lines
138 B
Plaintext
Raw Normal View History

<div class="content">
{% if post %}
2022-08-11 16:12:44 +00:00
{{ post.text | trim_start_matches(pat='"') | trim_end_matches(pat='"') | trim }}
{% endif %}
</div>