{% extends "base.html" %} {% block content %} {% if page.edit_url %} {% include ".icons/material/pencil.svg" %} {% endif %} {% if not "\x3ch1" in page.content %}

{{ page.title | d(config.site_name, true)}}

{% endif %} {% if page.meta.description %}

Description

{{ page.meta.description }}

{% endif %} {% if page.meta.id %}

Dataset Metadata

{% include "partials/metadata.html" %} {% endif %} {% if page.meta.get("datapackage") %}

Resources

{% include "partials/datapackage.html" %} {% endif %} {{ page.content }} {% if page and page.meta %} {% if page.meta.git_revision_date_localized or page.meta.revision_date %} {% include "partials/source-file.html" %} {% endif %} {% endif %} {% endblock %}