issues
search
mmontone
/
djula
Common Lisp port of the Django templating language
http://mmontone.github.io/djula/djula
MIT License
152
stars
21
forks
source link
Misc fixes
#14
Closed
PuercoPop
closed
9 years ago
PuercoPop
commented
9 years ago
A couple of comments:
join should probably be moved to filters.lisp as it is only used to implement the join filter.
I wanted to find the commit where split stoppped being used but was unable to do so. Ideally the commit should be referenced in the commit message.
mmontone
commented
9 years ago
@PuercoPop Thanks for the changes! :)
A couple of comments: