{% extends "layout/default.html" %} {% block head -%} {% match post.metadata.short_desc %} {% when Some with (val) %} {% when None %} {% endmatch %} {%- endblock %} {% block image %} {% match post.metadata.card_image_path %} {% when Some with (path) %} {% when None %} {% endmatch %} {% endblock %} {% block title %}{{ post.metadata.title }}{% endblock %} {% block content -%}

{% 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 }}

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.

Reply from your instance:
{%- endblock %}