{% extends "jinja/types/page.html" %} {% set title %}{{ page.get_title() }}{% endset %} {% block content %}

{{ page.get_title() }}


Primary Services

{% for service in page.get_primary_service_cards() %}
{% for img in service.get_images() %} {% if not loop.last %} {% else %} {% endif %} {% endfor %}

{{ service.get_title() }}


{{ service.get_price() }}

Service includes:

    {% for included in service.get_included() %}
  • {{ included }}
  • {% endfor %}

{% endfor %}
{% endblock %}