<html>
<!-- #include head -->
<body>
<!-- #content article -->
</body>
</html>
template: {
append: '<html>\n',
include: 'head',
append: '<body>\n',
content: 'article',
append: '</body>\n</html>'
}
Text
{
layout: main,
replace: { article { append: 'div' } }
}