{% breadcrumb label="Services" %}
{% include "promgen/pagination.html" %}
{% for service in service_list %}
{% include "promgen/service_header.html" %}
{% include "promgen/service_block.html" %}
{% endfor %}
{% include "promgen/pagination.html" %}
{% endblock %}