{% match post.metadata.html_title %}
{% when Some with (html) %}
{{ html|safe }}
{% when None %}
{{ post.metadata.title }}
{% endmatch %}
{% include "includes/article-meta.html" %}
{% match post.metadata.preamble %}
{% when Some with (html) %}
{{ html|safe }}
{% when None %}
{% endmatch %}
{{ post.content.html()|safe }}
{%- endblock %}
Comments
Comments powered by ActivityPub. To respond to this post, enter your username and instance below, or copy its URL into the search interface for client for Mastodon, Pleroma, or other compatible software. Learn more.