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" />
</head>
<body>
{{{ board.Navbar }}}
<hr />
<div class="sitetitle">
<h2><a href="{{thread.Prefix}}">OVERCHAN</a></h2>
<b>decentralized and distributed</b>
</div>
<center><b>{{Board.Name}}</b></center>
{{{Postform}}}
<center><b>{{thread.Board}}</b></center>
{{{postform}}}
<div class="thread">
{{{OP.RenderPost}}}
{{#Replies}}
{{{thread.OP.RenderPost}}}
{{#thread.Replies}}
{{{RenderPost}}}
{{/Replies}}
{{/thread.Replies}}
</div>
<hr style="clear: both;">
<hr />