{% include base.html %} {% block title %} recent post - nanochan {% endblock %} {% block content %}

List of recent posts

{% include recent-pageswitcher.html %}

Filter posts by:












{% for post in posts %}
{% include post.html %}
{% if i < posts.size() - 1 %} {% endif %} {% endfor %}

{% include recent-pageswitcher.html %}
{% endblock %}