duckling/templates/index.html
david-swift 7377a98fd1
Some checks are pending
Publish / publish (push) Waiting to run
Improve documentation design #3
2025-04-12 21:33:30 +02:00

6 lines
99 B
HTML

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