{% include 'app/includes/top_imports.html'%}
{% include 'app/includes/all_header.html'%}
{{service.name}}
{{service.description}}
Service Category: {{service.name}}
Services in this Category
{% for serv in services %}
{{serv.name}}
{{serv.description | safe}}
{%endfor%}
{% include 'app/includes/service_inq.html'%}
{% include 'app/includes/footer.html'%} {% include 'app/includes/bottom_imports.html'%}