all repos — min @ ee1f4ceb80e12b8dcfb8070405cbf2eee00188be

A small but practical concatenative programming language.

site/templates/page.mustache

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
<!doctype html>
<html lang="en">
  {{> _head}}
  <body>
    {{> _menu}}
    <main class="pure-g">
      <article class="pure-u">
        <h1>{{title}}</h1>
        {{{contents}}}
      </article>
    </main>
    {{> _footer}}
  </body>
</html>