I have searched for something to perform my desired operation but haven’t found anything. Please forgive me if I have missed it an kindly point me in the right direction.
What I am looking for is a function that can define a template with variable within it.
For example I have a number of static pages that share the same header. What I would like is to have a template variable such as this in each:
{my_sites_header title="Contact Us" keywords="contact, communicate,etc" description="Page to contact us"}
Then somewhere else ‘my_sites_header’ could be defined as eg.
<html><head><title>{title}</title><meta name=“keyword” content=”{keywords}”> etc.
So does such an add-on exist or something/some other way of achieving this exist?
Thanks in advance.