{{ page.title }}
{% if page.metadata.get('description', '') %}{{ page.metadata.get('description', '') }}
{% endif %} {# Document metadata #} {% include 'partials/docs-meta.html' %}
{{ content | safe }}
{# Tags #}
{% if page.tags %}
{% endif %}