{% assign pricing = site.data.pricing | where: "service", include.loc.service | first %} {% if pricing %}
{{ pricing.label }} Prices in {{ include.loc.name }}-{{ include.loc.postcode }}
Transparent, fair pricing for every clearance in {{ include.loc.name }} and the surrounding {{ include.loc.county }} area. All prices are guides — get a free no-obligation quote from Mike for your exact job.
Job Type
Guide Price
{% for row in pricing.rows %}
{{ row.type }}
{{ row.price }}
{% endfor %}
{{ pricing.note }}
{% endif %}