13 lines
235 B
Plaintext

<if(input.showHeader !== false)>
<h1>
<if(input.header)>
<${input.header}/>
</if>
<else>DEFAULT TITLE</else>
</h1>
</if>
<div>
<${input.body}/>
</div>
<${input.footer}/>
<${input.empty}/>