Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 521 Bytes

DRAFT.md

File metadata and controls

32 lines (27 loc) · 521 Bytes
<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' } }
}