{% extends 'base.html.twig' %} {% block content %}

{{ __('Blog') }}

{% if layout == 'sidebar' %}
{% include 'components/post-loop.html.twig' %}
{% include 'partials/sidebar.html.twig' %}
{% else %} {% include 'components/post-loop.html.twig' %} {% endif %}
{% endblock %}