--- title: Index Page class: root-page features: - extendable layouts - partial includes - loops and conditionals - yaml frontmatter - json data --- {{#extend "base"}} {{#content "content"}}
Welcome to the static markup. This exists to make it less painful to develop a new project. No one likes going back and forth through a clunky web interface. Just code out your files here instead.
You can use:
Hooray! This page serves as a quick example of how to do the basics with the above mentioned.
You can also checkout the WIKI for more information.
{{/content}} {{/extend}}