{% assign service = site.data.services[page.service_key] %}
{% include head.html %}
{% include header.html %}
{% include disclaimer-banner.html %}
{% include script.html %}
{{service.category}}
{{service.hero.h1}}
{% for paragraph in service.description %}
{{ paragraph }}
{% endfor %}
{% for trust in service.trust_points %}
{% assign delay = forloop.index0 | times: 0.2 | append: 's' %}
{{ trust.title }}
{% endfor %}
{% if page.show_tank_calculator == true %}
{% include galico-tank-water-heater-advisor.html %}
{% else %}
{% for item in service.cards %}