twtxtlist/templates/layout.mustache

12 lines
299 B
Plaintext

<!doctype html>
<title>twtxt list{{# title }} - {{ title }}{{/title}}</title>
<link rel=stylesheet type=text/css href="/css/style.css">
<div class=page>
<h1>{{ header }}</h1>
<div class=metanav>
<a href="/submit">submit</a>
<a href="/timeline">timeline</a>
</div>
{{{ body }}}
</div>