Custom Djula filters

from blog Lisp journey, | ↗ original
Djula is a Common Lisp port of the Django templating language. It’s good, it’s proven (it’s one of the most downloaded Quicklisp packages), it is easy to use and it has good documentation. It basically looks like this: {% extends "base.html" %} {% block title %}Memberlist{% endblock %} {% block content %} {% for user in...