--- layout: base --- {% set filteredTags = tags | filter([tags[0], tags[1]]) %}

{{ title }}

{% if subtitle %}

{{ subtitle }}

{% endif %} {% if author %}by {{ author }}{% endif %} {% if filteredTags | length > 0 %}
    {% for tag in filteredTags %}
  • {{ tag }}
  • {% endfor %}
{% endif %}
{% if image %}
{% image image, "", "" %}
{% endif %}
{{ content | safe }}