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

visitor@universal-web:~$ ls -la

home

// latest news and updates.

[ all posts ]

whoami

→ guitar player - original songs, albums and notes

ls ~/sections

about/ blog/ audio/ songs/

# recent posts ({{ articles | length }})

{% if articles | length > 0 %}
{% for article in articles %} {% endfor %}
{% else %}

no published posts yet

$ ls ~/blog → 0 results

{% endif %}
{% else %}

home

latest news and updates.

all posts

guitar player - original songs, albums and notes

about/ blog/ audio/ songs/

# recent posts ({{ articles | length }})

{% if articles | length > 0 %}
{% for article in articles %}
~/blog/{{ article.slug }}.txt post

{{ article.title }}

{% if article.excerpt %}

{{ article.excerpt }}

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

no published posts yet

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