balsamine.www
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

index.html
text/html

Download raw (283 bytes)

{% extends "base.html" %}
{% block content %}
<section id="content">
{% block content_title %}
<!--
<h2>All articles</h2>
-->
{% endblock %}

{% if articles_page.has_other_pages() %}
    {% include 'pagination.html' %}
{% endif %}
</section><!-- /#content -->
{% endblock content %}