{% for tag in page.taxonomy.tag %} {% macro pageLinkName(text) %}{{ text|lower|replace({' ':'_'}) }}{% endmacro %} {% import _self as macro %}
{% include 'partials/blog/public.html.twig' %}
{% set image = page.media.images|first %} {% if image %}
{{ image.cropZoom(800,400).html }}
{% endif %}
{% include 'partials/blog/date.html.twig' %} {% include 'partials/blog/title.html.twig' with {title_level: 'h2'} %}
{% endfor %}