Ludovic Courtès writes: > Christopher Baines skribis: > >> * gnu/packages/django.scm (python-django-jinja, python2-django-jinja): New >> variables. > > [...] > >> + (home-page >> + "https://niwinz.github.io/django-jinja/latest/") >> + (synopsis "Simple and nonobstructive jinja2 backend for Django") >> + (description >> + "Jinja2 provides certain advantages over the native system of Django, for >> +example, explicit calls to callable from templates and better performance. >> +@code{django-jinja} is a alternative to the jinja2 backend built in to Django.") > > This is not crystal-clear to someone unfamiliar with Django and Jinja, > so bonus points if you can come up with a clearer synopsis and > description. Otherwise LGTM! Yep, I've made another pass at the synopsis and description, which is hopefully much clearer now, and pushed this. Somehow I'd neglected to mention that this related to templates!