django-docutils¶
Docutils (reStructuredText) support for Django templates, views, and template engines.
Quickstart
Install and render your first RST snippet in 5 minutes.
Topics
Template tags, template filters, class-based views, 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 %}