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

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

blog

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

[ manage ]
{% 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 %} {% else %}

blog

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

{% 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

{% endif %} {% endif %} {% endblock content %}