{% extends "content/layout.html" %} {% load staticfiles %} {% load humanize %} {% block page-title %}Classifiche Auto - Listino Prezzi Auto - Corriere.it{% endblock page-title %} {% block ng_app %}{% endblock ng_app %} {% block active-classifiche %}nav-active{% endblock %} {% block content %} {% include 'content/includes/_breadcrumbs.html' %}
{% if hits %} {% for hit in hits %}
{% endfor %} {% endif %}
{% endblock content %}