{% extends 'base.html.twig' %} {% block title %}{{ website_name }}{% endblock %} {% block meta_description %} {% endblock %} {% block ogtags %} {% set _og_image = absolute_url(asset('og-image.jpg')) %} {% endblock %} {% block nav %} {% if home_sidebar_category_recent|default([]) is not empty %} {% include 'components/Organisms/SidebarMagazineCategoryRecent.html.twig' with { articles: home_sidebar_category_recent } only %} {% endif %} {% endblock %} {% block body %}