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

Defines a named overrideable section of content. The form is:

{% block <name> %}
...
{% endblock %}

Whatever occurs between the tag is the default content to be rendered. If the sub-template page doesn't override the block, this is the content displayed.

If the template is invoked directly, and not extended, blocks don't do anything.