{% if page.description %} {% endif %} {% if page.keywords %} {% endif %} {% if page.version %} {% endif %}
{% if page.show_sidebar | default(value=true) %} {% endif %}
{% if page.breadcrumbs %} {% endif %} {% if page.title %}

{{ page.title }}

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

{{ page.description }}

{% endif %}
{% if page.version %} Version: {{ page.version }} {% endif %} {% if page.last_updated %} Updated: {% endif %} {% if page.difficulty %} {{ page.difficulty | title }} {% endif %}
{% if page.tags %}
{% for tag in page.tags %} {{ tag }} {% endfor %}
{% endif %}
{{ content | safe }}
{% if page.show_footer | default(value=true) %} {% endif %}