mmontone / djula

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

Symbol *template-package* does not exist #94

Closed 3inven closed 3 months ago

3inven commented 3 months ago

Djula documentation section 9.1 mentions binding *template-package* to cause template evaluation in a desired package, but the symbol djula:*template-package* does not seem to exist. What could I be missing?

mmontone commented 3 months ago

I think you are using Quicklisp version of Djula, that is outdated.

mmontone commented 3 months ago

For old versions you can use *djula-execute-package* if I remember correctly.

3inven commented 3 months ago

Yes. Installed new djula version from ultralisp and there it is, djula:*template-package*. Many thanks for the quick help.