twtxtlist/src/templates/layout.mustache

21 lines
576 B
Plaintext

<!doctype html>
<title>twtxt list{{# title }} - {{ title }}{{/title}}</title>
<link rel=stylesheet type=text/css href="/css/style.css">
<div class=page>
<a href="/"><h1>twtxt list</h1></a>
<div class=metanav>
<a href="/timeline">timeline</a>
<a href="/users">users</a>
<a href="/submit">submit</a>
</div>
<h2>{{ title }}</h2>
<br />
{{{ body }}}
<br />
<center><small>made by <a href="https://git.xeserv.us/xena">xena</a> <a href="https://git.xeserv.us/xena/twtxtlist">source code</a> <a href="/changelog">changelog</a></small></center>
</div>