{% extends 'base.html.twig' %} {% set pageTitle = "blogs"|trans|title %} {% block stylesheets %} {% endblock %} {% set tags = getBlogTags(app.request) %} {% block content %} {% include "components/_intro.html.twig" with {options: { title: "blogs_intro_title"|trans|title, skip: ".blog-wrapper", img: false, skip: false }} %}