{% load i18n cms_tags thumbnail %}{# aldryn_blog_tags #} {% load url from future %}
{% block blog_headline %}

{{ article.name }} {% if not detail_view %} {% render_model article "title" %} {% else %} {% render_model article "title" %} {% endif %}

{% endblock %} {% block blog_meta %}
{% trans "by" %} {{ article.author }}   {% with article.categories.all as categories %} {% if categories %} {% for category in article.categories.all %} {{ category.name }}{% if not forloop.last %}, {% endif %} {% endfor %}   {% endif %} {% endwith %} {% with article.tags.all as tags %} {% if tags %} {% for tag in tags %} {{ tag.name }}{% if not forloop.last %}, {% endif %} {% endfor %}   {% endif %} {% endwith %} {{ article.publishing_date|date }}

{% endblock %} {% block blog_visual %} {% if article.featured_image_id %}

{% if not detail_view %}{% endif %} {{ article.featured_image.alt }} {% if not detail_view %}{% endif %}


{% endif %} {% endblock %} {% block blog_placeholder %}
{#% render_model post "lead_in" "lead_in" "" safe %#}
{% if detail_view %} {% render_placeholder article.content language placeholder_language %} {% endif %} {% endblock %} {% if detail_view %} {% else %}

{% trans "read more" %}


{% endif %}