{% extends "base.html" %} {% block content %}
{% block content_title %} {% endblock %} {% for article in articles %}

{{ article.category }}: {{ article.title }} {% if article.metadata['geohash'] %} [{{ article.metadata['geohash'] }}] {% endif %}

{% endfor %}
{% endblock content %}