class Crinja::Tag::Extends
- Crinja::Tag::Extends
- Crinja::Tag
- Reference
- Object
Overview
The extends tag can be used to extend one template from another. You can have multiple extends tags in a file, but only one of them may be executed at a time.
See Jinja2 Template Documentation for details.