mmontone / djula

Common Lisp port of the Django templating language
http://mmontone.github.io/djula/djula
MIT License
152 stars 21 forks source link

specials.lisp: initialize *template-arguments* (and 2 more) to nil #65

Closed vindarel closed 3 years ago

vindarel commented 3 years ago

so we don't have an "UNBOUND variable error" when we try

(setf (getf djula::template-arguments :foo) "bar)

as seen in #33

mmontone commented 3 years ago

We have an implementation of default template arguments now