more
This commit is contained in:
parent
7c6bb5c40d
commit
881ca6cdf0
@ -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 />
|
||||||
|
Reference in New Issue
Block a user