Manual
Set the main content template
All the page design will be supported by an html file template, which will define the content that will remain static in the page. This content will be defined in the main.php file.Example
<html> <head>...</head> <body> <header class="with-shadow"></header> <nav> <{ link-template }> <span style="margin: 5px"> <{ link-text }> </span> <{ /link-template }> </nav> <{ content }> </body> </html>
-
<{ link-template }> [html]<{ link-text }>[html] <{ /link-template }>
→ Indicates where to place the link elemeents and the template to follow.
-
<{ content }>
→ Indicates where to place the corresponding content.