Static replacement example
This example shows the static replacement by using a special type of placeholder having the
following format:
{STATICTPL:template_file_name}
By using this type of placeholder and by replacing template_file_name
with the name of an existing file located in the templates folder (by omitting html.tpl extension),
the framework automatically will render its static content.
Below we put the placeholder {STATICTPL:examples\cms\static_content}
Framework will automatically render the file templates\examples\cms\static_content.html.tpl
Web MVC Framework
Hello World
The content inside this box was automatically rendered by a {STATICTPL:*} placeholder
Examples TOC