more
This commit is contained in:
@@ -27,8 +27,9 @@
|
||||
<b>decentralized and distributed</b>
|
||||
</div>
|
||||
<center><b>{{Board.Name}}</b></center>
|
||||
{{{Postform}}}
|
||||
{{{form}}}
|
||||
{{#Threads}}
|
||||
{{#Truncate}}
|
||||
<div class="thread">
|
||||
{{{OP.RenderPost}}}
|
||||
{{#Replies}}
|
||||
@@ -36,6 +37,7 @@
|
||||
{{/Replies}}
|
||||
</div>
|
||||
<hr style="clear: both;">
|
||||
{{/Truncate}}
|
||||
{{/Threads}}
|
||||
<hr />
|
||||
<footer>
|
||||
|
@@ -17,13 +17,15 @@
|
||||
<hr />
|
||||
<center><b>OVERCHAN</b></center>
|
||||
{{#threads}}
|
||||
{{#Truncate}}
|
||||
<div class="thread">
|
||||
{{{OP.RenderPost}}}
|
||||
{{{OP.RenderTruncatedPost}}}
|
||||
{{#Replies}}
|
||||
{{{RenderPost}}}
|
||||
{{{RenderTruncatedPost}}}
|
||||
{{/Replies}}
|
||||
</div>
|
||||
<hr style="clear: both;">
|
||||
{{/Truncate}}
|
||||
{{/threads}}
|
||||
<hr />
|
||||
<footer>
|
||||
|
Reference in New Issue
Block a user