@ -6,6 +6,7 @@
<h2>{{ error.statusMessage }}</h2>
{% else %}
<h2>{{ title }}</h2>
{% if nodes.length %}
<table>
<thead>
<tr>
@ -30,6 +31,9 @@
{% endfor %}
</tbody>
</table>
<h3>No matches</h3>
{% endif %}
{% if req.query.s %}
<section class="pagination">
{% if req.query.p > 1 %}