aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
blob: 751304fe95f78c35ed1c0ca774c50eb794b5cc1a (plain)
1
2
3
4
5
{% extends "base.html" %}
{% block content %}
<h1 class="topmost">Posts</h1>
{% include "blocks/article-list.html" %}
{% endblock %}