{% extends 'base.html.twig' %} {% block title %}Fiberglass Pool Installation | {{ parent() }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

Fiberglass pool installation is easier than you might think.

Even though the whole project can be completed within a week, it still constitutes major construction. To give you a feel of the process follow the installations below, pictures speak a thousand words. If you have questions or would like to contact a Luxury Pools and Living representative please call 614-890-POOL or send an inquiry we'd love to hear from you.

{% for project in projects %} {# TODO: add ImageGallery schema code back in here #}

{{ project.title }}

{% set loopLength = project.image %} {% for x in 1..loopLength %} {% if x < 10 %} {% set imageNumber = '0'~x %} {% else %} {% set imageNumber = x %} {% endif %} {% endfor %}
{% endfor %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}