--- layout: layouts/base.njk ---

{{ title | markdownify | safe}}

{% if synopsis %}

{{ synopsis | markdownify | safe}}

{% endif %} {% if tags and tags.includes('quiz') %}

{{ content | markdownify | safe}}

{% endif %} {% if not tags.includes('quiz') %} {% if imageURL %} {{ imageAlt }} {% endif %}


By {% if author %}{{ author.name }}{% else %}{{ metadata.author.name }}{% endif %}

{% endif %}
{% if tags and not tags.includes('quiz') %}{{ content | safe }}{% endif %}
{% if tags and not tags.includes('quiz') %} {% include "articleAuthor.njk" %} {% include "mastodonComments.njk" %} {% endif %} {% include "issoCommenting.njk" %}