twtxtlist/src/templates/layout.mustache

21 lines
541 B
Plaintext
Raw Normal View History

2016-02-05 19:44:50 +00:00
<!doctype html>
<title>twtxt list{{# title }} - {{ title }}{{/title}}</title>
<link rel=stylesheet type=text/css href="/css/style.css">
<div class=page>
2016-02-06 16:00:03 +00:00
<a href="/"><h1>twtxt list</h1></a>
2016-02-05 19:44:50 +00:00
<div class=metanav>
<a href="/timeline">timeline</a>
2016-02-06 16:00:03 +00:00
<a href="/users">users</a>
<a href="/submit">submit</a>
2016-02-05 19:44:50 +00:00
</div>
2016-02-06 16:00:03 +00:00
<h2>{{ title }}</h2>
2016-02-06 17:49:14 +00:00
<br />
2016-02-05 19:44:50 +00:00
{{{ body }}}
2016-02-06 18:27:22 +00:00
<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></small></center>
2016-02-05 19:44:50 +00:00
</div>