I am trying out changing webpage to static page type under template.
I don’t quite understand what the user manual meant by or how it defines EE rendering elements which are not allowed in static page.
For example, are the following allowed or not allowed?
{assign_variable:template_group="weblog"}
{site_url}
{stylesheet={template_group}/site_css}
{charset}
{path={template_group}/rss}
{path=site/forums}
{path=site/submit}For static page, does it matter how long I set the cache to last (since the page is now static)?