mmontone / djula

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

Implemented missing firstof tag #36

Closed libre-man closed 8 years ago

libre-man commented 8 years ago

I think the firstof tag is missing although it is described in the documentation. So I implemented it. I'm new to Common Lisp so if there are any errors please point them out :)

mmontone commented 8 years ago

Your code looks good! Thanks for the contribution! I've merged it