all repos — min @ ab7c0cfe1b3a108bebaaef75864145c92f974c89

A small but practical concatenative programming language.

site/templates/page.mustache

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