{% extends "base.html" %} {% block head %} {% endblock head %} {% block content %} {{ article.content }} {% if article.metadata.geohash %} Map {% for cat, art in categories %}{% if cat.slug == category.slug %}{{ art|count }}{% endif %}{% endfor %} {% endif %} {% endblock %} {% block scripts %} {% endblock %}