all repos — min @ fb6c67931ae0268f769387da85e4879c23684c35

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-5-5">
        <h1>{{title}}</h1>
        {{{contents}}}
      </article>
    </main>
    {{> _footer}}
  </body>
</html>