{% include 'header.twig' %}
{% for post in blogList %}

{{ post['blog_title'] }}

{% if post['blog_image'] %}

{{ post['blog_title'] }}

{% endif %} {{ lang['blog.read'] }}
{% endfor %}
{% include 'footer.twig' %}