{% extends "base.html" %} {% block title %}Blog{% endblock title %} {% block crumb %}blog{% endblock crumb %} {% block content %}

visitor@universal-web:~/blog$ ls -la

blog

// {{ articles | length }} published article(s).

{% if logged_in_admin %}
[ manage ]
{% endif %}
{% if articles | length > 0 %}
{% for article in articles %}
~/blog/{{ article.slug }}.txt post

{{ article.title }}

{% if article.excerpt %}

{{ article.excerpt }}

{% endif %}
{% endfor %}
{% else %}

no published posts yet

$ ls ~/blog → 0 results

{% endif %} {% endblock content %}