{% extends "base.html" %} {% block title %}{{ page.title }} - {{ config.title }}{% endblock %} {% block content %}
{% if page.components and page.components is containing("docs") %}

{{ page.title }}

{% if page.description %}

{{ page.description }}

{% endif %}
{{ page.content | safe }}
{% else %}

{{ page.title }}

{% if page.description %}

{{ page.description }}

{% endif %}
{{ page.content | safe }}
{% endif %}
{% endblock %}