quotesite/src/templates/layout.mustache

23 lines
586 B
Plaintext
Raw Normal View History

2016-02-05 18:40:26 +00:00
<!doctype html>
<title>quotes{{# title }} - {{ title }}{{/ title }}</title>
2016-02-06 05:22:38 +00:00
<link rel=stylesheet type=text/css href="/static/void/main.css">
2016-02-05 18:40:26 +00:00
<div class=page>
2016-02-06 05:20:35 +00:00
<h1><a href="/">quotes</a></h1>
2016-02-05 18:40:26 +00:00
<div class=metanav>
<a href="/">home</a>
<a href="/channel">channel</a>
2016-02-06 08:45:37 +00:00
<a href="/top">top</a>
2016-02-06 08:50:30 +00:00
<a href="/random">random</a>
2016-02-06 08:01:23 +00:00
<a href="/submit">submit</a>
2016-02-05 18:40:26 +00:00
</div>
2016-02-06 05:20:35 +00:00
2016-02-06 05:30:09 +00:00
<h2>{{ title }}</h2>
2016-02-06 05:20:35 +00:00
2016-02-05 18:40:26 +00:00
{{{ body }}}
2016-02-06 05:40:28 +00:00
<br />
2016-02-06 05:58:36 +00:00
<center><small>made by <a href="https://git.xeserv.us/xena">xena</a> <a href="https://git.xeserv.us/xena/quotesite">source code</a></small></center>
2016-02-05 18:40:26 +00:00
</div>