{% set blogLang = getLang(blog.getBlogLangs()) %}
{% for tag in blog.tagIdArray['content'] %}
{{getBlogTag(tag)}}
{% endfor %}
{{blogLang.title}}
{% if blog.createdAt is defined %}
{{blog.createdAt|date("d F Y")}}
{% endif %}