{% extends "base.html" %} {% block title %}{{ site.title }}{% endblock %} {% block content %} {% for entry in archive[:15] %}

{{ entry.title }}

{% if entry.description %}

— {{ entry.description }}

{% endif %}
{% endfor %}

all articles...

{% endblock %}