{% 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_CATALOG_URL %} {% endif %} {{ i18n_alternate_links() }} {% if config.SENTRY_PUBLIC_DSN %} {% endif %} {% if current_user.is_authenticated %} {% endif %} {% if json_ld %} {% endif %} {% endmacro %}