{% extends theme('base.html') %} {% set meta = { 'title': page.title or '', 'description': page.description or '', 'keywords': page.keywords or [], } %} {% set bundle = 'post' %} {% set body_class = 'post-display' %} {% block content %}
{{ page.content|markdown }}
{# button bar #} {# end button bar #}
{# end left column #} {% if datasets or reuses %} {# Right sidebar #} {% endif %}
{% endblock %}