chrisdickinson / plate

a javascript template library, aimed at being compatible with django's template language.
183 stars 17 forks source link

Support for {% elif %} #15

Open peritus opened 11 years ago

peritus commented 11 years ago

As of Django 1.4 there is an {% elif %} tag that's really handy (see https://docs.djangoproject.com/en/1.4/ref/templates/builtins/#if).

It would be terrific if plate supported that as well.

thenewguy commented 9 years ago

This seems to be supported: https://github.com/chrisdickinson/plate/search?q=elif

Can this be closed?