quotesite/src/templates/layout.mustache

28 lines
765 B
Plaintext

<!doctype html>
<title>quotes{{# title }} - {{ title }}{{/ title }}</title>
<link rel=stylesheet type=text/css href="/static/void/main.css">
<div class=page>
<h1><a href="/">quotes</a></h1>
<div class=metanav>
<a href="/">home</a>
<a href="/channel">channel</a>
<a href="/top">top</a>
<a href="/random">random</a>
<a href="/submit">submit</a>
<!--<form method="POST" action="/seek" enctype="multipart/form-data">
<input type="text" name="query" required>
<input type="submit" value="seek">
</form>-->
</div>
<h2>{{ title }}</h2>
{{{ body }}}
<br />
<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>
</div>