While randomly browsing, I stumbled on this page:
/t/2793482/trembling-essence-a-horror-gamedating-sim-visual-novel-which-focuses-on-survival?after=20
The page does not show any content, while previous and following pages do.
Also (perhaps unrelated), brief inspection of the source reveals this piece of code, which indicates possible failure of template engine (note angular bracket/percentage):
<script id="vote_counts_tpl" type="text/template"><% if (up_score > 0) { %><span class="upvotes">(+{{up_score}})</span><% } %><% if (down_score > 0) { %><span class="downvotes">(-{{down_score}})</span><% } %></script>