class Crinja::Tag::Include
- Crinja::Tag::Include
- Crinja::Tag
- Reference
- Object
Overview
The include statement is useful to include a template and return the rendered contents of that file into the current namespace:
{% include 'header.html' %}
Body
{% include 'footer.html' %}
See Jinja2 Template Documentation for details.