$evoque{header_mq.html}
$begin{greeting}Hello, ${quote(you)}!
$end{greeting}
$evoque{#greeting, you=user}
$evoque{#greeting, you="me"}
$evoque{#greeting, you="world"}
Loop
$if{items}
$for{idx, item in enumerate(items)}
- ${quote(item)}
$rof
$fi
$evoque{footer.html}
$test{ title='Just a test', user='joe', items=['a', '', 'c'] }