django-docutils¶
docutils support for reStructuredText in Django templates, views, and template engines.
Quickstart
Install and render your first RST snippet in 5 minutes.
Topics
Template tag, class-based view, Security, legacy template filter, and FAQ.
API Reference
Every public class, function, and exception.
Contributing
Development setup, code style, release process.
Install¶
$ pip install django-docutils
$ uv add django-docutils
See Quickstart for configuration and first steps.
At a glance¶
{% load django_docutils %}
{% rst %}
Title
=====
*reStructuredText* rendered to HTML inside a Django template.
{% endrst %}