{% match post.metadata.html_title %} {% when Some with (html) %} {{ html|safe }} {% when None %} {{ post.metadata.title }} {% endmatch %}

{% include "includes/article-meta.html" %}
{% match post.excerpt %} {% when Some with (excerpt) %} {{ excerpt|safe }} {% when None %} {{ post.content.html()|safe }} {% endmatch %}
{% if post.excerpt.is_some() %} {% endif %}