{% extends "mapit/base.html" %} {% load url from future %} {% block title %}Results for “{{ postcode.postcode }}”{% endblock title %} {% block content %}

{{ postcode.postcode }}

Get this data as JSON

{% if postcode.wgs84_lat or postcode.wgs84_lon %}
{% endif %}

Areas

{% include "mapit/areas.html" %}
{% endblock %}