====== <#meta_title> ====== This tag gives the HTML ...<title> meta tag ==== Cfgpages configuration ==== The title is taken from the [[en:public:developer:template_system:cfgpages]]. If for exemple the [[en:public:developer:template_system:cfgpages]] contain the node <code xml> <page name='/'> <cfg> <metatags> <title>My title the result of <#meta_title> for the page "/" will be "My title" ==== Parameters ==== ^ Name ^ Mandatory ^ Default ^ Description ^ | WithHtmlTag | No | 1 | If 0 return the title content without the html tag | ==== Default ==== if [[en:public:developer:template_system:cfgpages]] does not contain the node My title then the function will look for My title if still not found then for My title and if still not found then the domain Name (Without any extension) will be returned ==== Example ==== <#meta_title> will return My title