Templates & class-based views
Render HTML with Tera and Django-style CBVs.
Templates are Tera. template_views ships ListView / DetailView / CreateView / UpdateView / DeleteView; shortcuts::render renders ad-hoc. Register custom filters/functions with register_template_filter! / register_template_function!, and context processors for site-wide variables. humanize + default_filters provide Django-parity filters (intcomma, naturaltime, truncatewords, …).