{% extends 'base.html.twig' %} {% set pageTitle = "blogs"|trans|title %} {% set titleExtension = "featured_blogs"|trans|title %} {% block stylesheets %} {% endblock %} {% set blogTags = 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 }} %}
{% include 'components/_blog-search.html.twig' %}
{% include "components/_blog-content.html.twig" %}
{% endblock %}