django-docutils

Docutils (reStructuredText) support for Django templates, views, and template engines.

Quickstart

Install and render your first RST snippet in 5 minutes.

Quickstart
Topics

Template tags, template filters, class-based views, and FAQ.

Topics
API Reference

Every public class, function, and exception.

API Reference
Contributing

Development setup, code style, release process.

Project

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 %}