{% assign desc = site.data.location_descriptions[include.loc.slug] %} {% assign nearby_slug = include.loc.name | downcase %} {% assign nearby_data = site.data.nearby.locations | where: "slug", nearby_slug | first %}
{% if desc %}
{% endif %}
{% if nearby_data and nearby_data.nearby.size > 0 %}
{% endif %}
House Clearance in {{ include.loc.name }}-{{ include.loc.postcode }}
{{ desc.description }}
We Also Cover Nearby Areas
{% for town in nearby_data.nearby %}
{{ town }}
{% endfor %}