{{ topic|doc_title }}
{% if topic %}
{% include "docs/" + topic + ".html" %}
{% extends "base.html" %}
{% block head %}
{% endblock %}
{% block title %}
baangt Documentation|{{ topic|doc_title }}
{% endblock %}
{% block content %}
{{ topic|doc_title }}
{% if topic %}
{% else %}
{% include "docs/content.html" %}
{% endif %}
{% include "docs/" + topic + ".html" %}