{% include 'header.twig' %} {% if user['auth'] %}
{% for post in blogList %}
{% if post['blog_image'] %}

{{ post['blog_title'] }}

{% endif %}

{{ post['blog_title'] }}

{{ post['blog_content'] }}
{% endfor %}
{% else %}
{% for post in blogList %}
{% if post['blog_image'] %}

{{ post['blog_title'] }}

{% endif %}

{{ post['blog_title'] }}

{{ post['blog_content'] }}
{% endfor %}
{% endif %} {% include 'footer.twig' %}