by
KK » Mon Sep 28, 2015 1:36 pm
Hi
If suppose your aim is to reuse a common header and footer across all templates of the site.
To do that you can use cms:embed tag (
http://docs.couchcms.com/tags-reference/embed.html).
If you need to make the header and footer editable like other templates, you can use a global template to allow editing them - please see
http://docs.couchcms.com/tutorials/port ... bal-values for a sample implementation.
Does this help?
Please let me know if you had something different in mind when you said you want to apply inheritance.
Thanks.