Improving the if_tag is on the way,
=========================
rather than implementing a complex expression parser, i will keep the
current simple implementation but adding the concept of tests,
These are just some examples i can think of, feel free to provide
suggestions on this
{% if variable is boolean %}
{% if list contains item %}
{% if "something" matches "some" %}
Filter improvement
===============
Django contains large amount of filters, H2o currently supports a
subset of them and filter are one area been lacking a bit, since
mostly i use a lot of filters from StringFilters and UrlFilters classes.
If there are a filter very useful filters for you and h2o doesn't
support yet, please add to this feature request wiki page. if you are
curious how to implement them then fork h2o -> add a new filter and
send me a pull request on github
http://wiki.github.com/speedmax/h2o-php/feature-request