{% extends 'base.html.twig' %} {% block title %}{{ website_name }}{% endblock %} {% block meta_description %} {% endblock %} {% block ogtags %} {% set _pubkey_hex = pubkey_hex_from_npub(publisher_npub|default('')) %} {% set _og = article_og_image(null, _pubkey_hex) %} {% set _og_image = _og.href %} {% set _og_default_dims = _og.use_default_dimensions %} {% if _og_image starts with 'https://' %} {% endif %} {% if _og_default_dims %} {% endif %} {% 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 %}