bundled/jinja2/ext/django2jinja/example.py @ 0dc141617716
Display obsolete comments/signoff with lower opacity.
Add a obsolete class on comments and signoff messages, which
sets the opacity to 0.6
author |
Christophe de Vienne <cdevienne@gmail.com> |
date |
Tue, 28 Oct 2014 00:28:05 +0100 |
parents |
256716e3a3d7 |
children |
(none) |
from django.conf import settings
settings.configure(TEMPLATE_DIRS=['templates'], TEMPLATE_DEBUG=True)
from django2jinja import convert_templates, Writer
writer = Writer(use_jinja_autoescape=True)
convert_templates('converted', writer=writer)