You can even have:

=== layout.html ===
{{include}}

=== layout2.html ===
{{extend layout.html}}
{{include}}

=== index.html ===
{{extend layout2.html}}

{{block}}s can also be useful for varying layout elements.

Reply via email to