First you make a template - this is just a normal HTML file with a few extra tags, the simplest being <TMPL_VAR> For example, test.tmpl: æåã«ãã³ãã¬ã¼ããä½ãã¾ã - ãã㯠<TMPL_VAR> ã®ããã«ã¨ã¦ãç°¡åãªã 2ã»3 ã®ç¹æ®ãªã¿ã°ãå ¥ã£ãæ®éã® HTML ãã¡ã¤ã«ã§ãã ä¾ãã°ã test.tmpl: <html> <head><title>Test Template</title> <body> My Home Directory is <TMPL_VAR NAME=HOME> <p> My Path is set to <TMPL_VAR NAME=PATH> </body> </html>
{{#tags}}- {{label}}
{{/tags}}