{% include 'fr_app/includes/toptop.html' %}
{% include 'fr_app/includes/top.html' %}
{% include 'fr_app/includes/navbar.html' %}
View Events and Gallery of Happy Faces
{% for images in images | batch(4) %}
{% for image in images %} {% if loop.index == 1 %}
Give Love
{{image.name}}
{% elif loop.index == 2 %}
Give Love
{{image.name}}
{% elif loop.index == 3 %}
Give Love
{{image.name}}
{% elif loop.index == 4 %}
Give Love
{{image.name}}
{%endif%} {%endfor%}
{%endfor%}
Our Blog
{% include 'fr_app/includes/footer.html' %}
{% include 'fr_app/includes/bottom.html' %}