{% embed 'partials/base.html.twig' %} {% set collection = page.collection() %} {% set base_url = page.url %} {% set feed_url = base_url %} {% if base_url == '/' %} {% set base_url = '' %} {% endif %} {% if base_url == base_url_relative %} {% set feed_url = base_url~'/'~page.slug %} {% endif %} {% block content %} {% set blog_image = page.media.images|first %} {% if blog_image %}

{{ page.title }}

{% endif %}
{{ page.content|raw }} {% if config.plugins.taxonomylist.enabled %}

Archives by tags

{% include 'partials/taxonomylist.html.twig' with {'taxonomy':'tag'} %} {% endif %} {% if config.plugins.archives.enabled %}

Archives by month

{% include 'partials/archives.html.twig' %} {% endif %}
{% endblock %} {% endembed %}