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

Luxury Fiberglass Pool Articles


{% if poolArticleCategory is defined %}

All Articles > Category: {{ poolArticleCategory.name }}


{% endif %}

{{ articles.getTotalItemCount }} total articles found

Categories:
{% for article in articles %}
{{ article.shortDescription|raw }} Read More...
{% endfor %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}