{% extends "base.html" %}
{% block content %}
{% block content_title %}
{% endblock %}
{% for article in articles_page.object_list %}
{% if article.metadata['geohash'] %}
{% endif %}
{% endfor %}
{% include 'pagination.html' %}
{% endblock content %}