news.tatooine.club/_includes/post-title.html

6 lines
216 B
HTML

{% if include.trigger_warning %}
<span class="trigger-warning">{{include.trigger_warning |strip_html | strip}}</span>
<span class="real-title">{{include.title}}</span>
{% else %}
{{include.title | strip}}
{% endif %}