duckling/templates/index.html
david-swift 5d621bc729
Some checks are pending
Publish / publish (push) Waiting to run
Implement docs sidebar #3
2025-04-01 14:31:12 +02:00

6 lines
110 B
HTML

{% extends "restricted_base.html" %}
{% block content %}
{{ section.content | safe }}
{% endblock content %}