Templates - Leopard-Coding/Leopard-Template-Engine GitHub Wiki
Templates must be saved in the following format "[NAME_OF_TEMPLATE].[TEMPLATE_FILE_EXTENSION]" inside the template directory. A template file can contain HTML code. To include dynamical content use code like "=$this->headline?>". Of course you can use for example code like this for the content: "=$this->content?>". To fill these empty fields, use this: "$[NAME_OF_TEMPLATE_ENGINE_OBJECT]->[NAME_OF_FIELD_IN_TEMPLATE] = '[CONTENT_OF_FIELD]';"