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