{% extends "base.html" %} {% block content %}
{% if q %}

Risultati ricerca:

{% endif %} {% for entry in entries %}
{{ entry.data.description }}
{% if entry.data.updated and entry.data.updated|datetime > entry.data.added|datetime %} {{ entry.data.updated|datetime }} {% else %} {{ entry.data.added|datetime }} {% endif %} permalink {% if entry.data.tags|count > 0 %} {% for tag in entry.data.tags %} {{ tag }} {% endfor %} {% endif %}
{% endfor %} {% if entries|count > 0 %} {% if q %} altro {% else %} altro {% endif %} {% else %}
nessun risultato
{% endif %}
{% endblock %}