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

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 %}
{% endblock content %}