- Create the following template files that will be used for processing, and copy into the templates folder:
- index.html
- specifies the template for the default home page.
- property.html
- specifies the template for individual property listing pages based on the url_format_property definition. You can use the property expressions directly to retrieve info for the particular property listing.
- agent.html
- specifies the template for individual agent pages based on the url_format_agent definition. You can use the agent expressions directly to retrieve info for the particular agent.
- office.html
- specifies the template for individual office pages based on the url_format_office definition. You can use the office expressions directly to retrieve info for the particular office.
- province.html
- specifies the template for the provinces pages based on the url_format_province definition. You can use the province expressions directly to retrieve info for the particular province.
- town.html
- specifies the template for the town pages based on the url_format_town definition. You can use the town expressions directly to retrieve info for the particular town.
- suburb.html
- specifies the template for the suburb based on the url_format_suburb definition. You can use the suburb expressions directly to retrieve info for the particular suburb.
Except those listed you can can create any template you need and it will be treated as single template with default expressions available. E.g. you can create about.html and use any Flex TL syntax on it.
The templates folder will execute based on the website 'render' settings configured, e.g. every 15 min. It will create the static files in the root folder of your website. References to images should therefor be applied from the root.
Use {{stringify listings}} in templates to list all the expressions of the objects.