stencet  v0.1.16
Build C++ web server modules that allow easy routing and deployment.
If

Use in the form:

{% if <expression> %}
...
{% elif <expression> %}
...
{% else %}
...
{% endif %}

Look at expressions for information on what can go into an expression (it's about what you'd expect though). There can be as many else if statements as you need; but an error is triggered if you try specifying the else before an elif, or if you try specifying more than one else.