{% macro metadata(meta) %} {% set title = meta.title or _('Home') %} {% set description = meta.description or _('Share, improve and reuse public data') %} {% set image = meta.image or theme_static('img/logo-social.png', external=True) %} {% set keywords = meta.keywords or [] %} {% set meta_type = meta.type or 'website' %} {{ title }} - {{ current_site.title }} {% if config.DISALLOW_INDEXING %} {% elif meta.robots %} {% endif %} {% if config.SCHEMA_DOCUMENTATION_URL %} {% endif %} {% if config.DEMO_SERVER_URL %} {% endif %} {% if config.PUBLISHING_FORM_FEEDBACK_URL %} {% endif %} {% if config.API_DOC_EXTERNAL_LINK %} {% endif %} {% if config.GUIDES_HARVESTING_URL %} {% endif %} {% if config.SUPPORT_URL %} {% endif %} {% if config.CATALOG_URL %} {% endif %} {% if config.QUALITY_DESCRIPTION_LENGTH %} {% endif %} {{ i18n_alternate_links() }} {% if config.SENTRY_PUBLIC_DSN %} {% endif %} {% if config.DATA_SEARCH_FEEDBACK_FORM_URL %} {% endif %} {% if current_user.is_authenticated %} {% endif %} {% if json_ld %} {% endif %} {% if config.SEARCH_SIREN_URL %} {% endif %} {% endmacro %}