{% extends 'base.html.twig' %} {% block title %}{{ title_page }}{% endblock %} {% block body %} {% include [ 'themes/' ~ _theme ~ '/blog.html.twig', 'themes/default/blog.html.twig' ] %} {% endblock %}