{% extends "base.html" %} {% block content %} {% for service in services %} {% for line in service.description.lines() %}

{{line}}

{% endfor %} {% for item in service.items %} {% endfor %}
{% endfor %}
{% endblock %}