Simple Templating markup
Simple templating markup are markups that you can use inside the content of your page:
- to show information about your pages
- or to show a list of pages
Components
Templating offers the following components:
- variable to show any page attributes of the current page.
- template iterator to iterate over a fragment with attributes of a list of pages
- page sql that defines the list of pages used in a template iterator
- pipeline to transform the page attributes with function (ie replace, …)
Advanced / Complex
For complex or advanced templating, you can create a theme with HTML templates.