Php commands
TPLN has several supported commands
Include file :
<html> <body>
{#include("my_file.html");}
</body> </html>
If, Else, ElseIf :
<html> <body>
{#if($opened == 'opened')} 1 = 1 {#elseif($opened == 'closed')} 1 != 0 {#else} unknown {#endif}
</body> </html>