ãªãã§ãã¾ã¾ã§æ°ãã¤ããªãã£ããã ãã orz ãã¨ãã°ããããªæãã§ããã html.tt2 ---- <html> <head></head> <body> <div> [% content %] </div> </body> </html>content.tt2 ---- [% WRAPPER html.tt2 -%] <h1>hello</h1> <p>ãããããããããã</p> [%- END %]çµæ ---- <html> <head></head> <body> <div> <h1>hello</h1> <p>ãããããããããã</p> </div> </body> </html> ããããã°è¯ãã£ããã ï¼ html.tt2 ---- <html> <head></head> <body> <div> [% content | indent(' ') %] </div>
{{#tags}}- {{label}}
{{/tags}}