|
|
|
@ -4,13 +4,7 @@
|
|
|
|
|
|
|
|
|
|
<div class="container" style="text-align:center;">
|
|
|
|
|
|
|
|
|
|
<h1 class="title">{% if title %}{{ title }}{% else %}Pending Posts{% endif %}</h1>
|
|
|
|
|
<nav class="breadcrumb is-centered" aria-label="breadcrumbs">
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="/">Home</a></li>
|
|
|
|
|
<li><a href="{{ url_for('mod.main') }}">Mods</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</nav>
|
|
|
|
|
<h1 class="title">Pending Posts</h1>
|
|
|
|
|
<section class="section">
|
|
|
|
|
{% if posts %}
|
|
|
|
|
{% for row in posts | batch(4) %}
|
|
|
|
|