{% extends theme('layouts/1-column.html') %} {% set meta = { 'title': page.title or '', 'description': page.description or '', 'keywords': page.keywords or [], } %} {% set bundle = 'post' %} {% set body_class = 'post-display' %} {% block breadcrumb %}
  • {{ page.title or '' }}
  • {% endblock %} {% block main_content %}
    {% if extension == 'md' %}
    {{ page.content|markdown }}
    {% else %}
    {{ page.content|safe }}
    {% endif %}
    {% if datasets %}

    {{ _('Datasets') }} {{ datasets|length }}

    {% include theme('dataset/search-results.html') %}
    {% endif %} {% if reuses %}

    {{ _('Reuses') }} {{ reuses|length }}

    {% endif %}

    {{ _('Actions') }}

    {% endblock %}