Archived
1
0
This commit is contained in:
Jeff Becker 2017-04-18 19:45:36 -04:00
parent 7c6bb5c40d
commit 881ca6cdf0

View File

@ -19,20 +19,19 @@
<link rel="stylesheet" href="/static/krane.css" /> <link rel="stylesheet" href="/static/krane.css" />
</head> </head>
<body> <body>
{{{ board.Navbar }}}
<hr /> <hr />
<div class="sitetitle"> <div class="sitetitle">
<h2><a href="{{thread.Prefix}}">OVERCHAN</a></h2> <h2><a href="{{thread.Prefix}}">OVERCHAN</a></h2>
<b>decentralized and distributed</b> <b>decentralized and distributed</b>
</div> </div>
<center><b>{{Board.Name}}</b></center> <center><b>{{thread.Board}}</b></center>
{{{Postform}}} {{{postform}}}
<div class="thread"> <div class="thread">
{{{OP.RenderPost}}} {{{thread.OP.RenderPost}}}
{{#Replies}} {{#thread.Replies}}
{{{RenderPost}}} {{{RenderPost}}}
{{/Replies}} {{/thread.Replies}}
</div> </div>
<hr style="clear: both;"> <hr style="clear: both;">
<hr /> <hr />