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

{{ page.get_title() }}


{% for section in page.get_content() %}

{{ section }}

{% for service in page.get_content()[section] %}
{% for img in service['images'] %} {% if not loop.last %} {% else %} {% endif %} {% endfor %}

{{ service['title'] }}


{{ service['price'] }}

Service includes:

    {% for included in service['included'] %}
  • {{ included }}
  • {% endfor %}

{% endfor %}
{% endfor %}
Request meet & greet
{% endblock %}