{% extends "include/base.html" %} {% block body %}

{{ SITENAME }}

{% with article = articles | first %} {% include "include/article.html" %} {% endwith %}
{% endblock %}