{% macro onSettingsPreview(name) %} {{ 'The content for {name} cannot be shown on the Admin Bar Settings page. It will be displayed correctly on other pages.'|t('admin-bar', {name}) }} {% endmacro %} {% macro seoMeta(meta) %}
{% if meta.imageUrl ?? false %} {% endif %} {% if meta.title ?? false %} {{ meta.title }} {% endif %} {% if meta.description ?? false %} {{ meta.description }} {% endif %} {% if meta.canonical ?? false %} {{ meta.canonical }} {% endif %}
{% if meta.extrasList|length %} {% endif %} {% endmacro %} {% macro widgetBadgeAndLabel(badge, text, visible) %} {% if badge != null %} {% endif %} {% endmacro %}