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