{% set blogLang = getLang(blog.getBlogLangs(), app.request) %} {% if blogLang %}
{% for tag in blog.tagIdArray['content'] %}
{{getBlogTag(tag, app.request)}}
{% endfor %}
{{blogLang.title}}
{% if blog.createdAt is defined %} {% set date = blog.createdAt|date("d F Y")|split(' ') %} {% set date = date[0] ~ " " ~ date[1]|lower|trans ~ " " ~ date[2] %}
{{date}}
{% endif %}
{% endif %}