quotesite/src/templates/layout.mustache

13 lines
340 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:02:12 +00:00
<link rel=stylesheet type=text/css href="/style.css">
2016-02-05 18:40:26 +00:00
<div class=page>
<h1>{{# title }}{{ title }}{{/ title }}</h1>
2016-02-05 18:40:26 +00:00
<div class=metanav>
<a href="/">home</a>
<a href="/channel">channel</a>
<a href="/submit">submit</a>
2016-02-05 18:40:26 +00:00
</div>
{{{ body }}}
</div>