{% extends "base.html" %} {% block title %}{{ slug | replace('-', ' ') | title }} — Docs{% endblock %} {% block content %}
Documentation
{% for cat in categories %}
{{ cat.name }}
{% endfor %}
{{ body | markdown }}
{% if pagination and pagination.pages > 1 %} {% endif %}
{% endblock %}