{% extends 'django_site_documentation/base.html' %} {% load static %} {% block title %}{{ current_node.title }} | {{ doc_title }}{% endblock %} {% block content %}
{{ rendered_content|safe }} {# |safe is intentional — rendered_content is trusted HTML from Markdown conversion #}
{% endblock %}