{% extends "content/layout.html" %} {% load staticfiles %} {% load humanize %} {% block page-title %}Confronta Auto - Listino Prezzi Auto - Corriere.it{% endblock page-title %} {% block ng_app %}{% endblock ng_app %} {% block active-tocompare %}nav-active{% endblock %} {% block content %} {% include 'content/includes/_breadcrumbs.html' %}
{% include 'content/includes/_confronta_modal.html' %}
{% endblock content %} {% block aside %} {{ block.super }} {% endblock aside %} {% block scripts %} {{ block.super }} {% endblock scripts %}