{% extends "public/base.html" %} {% block title %}Services — {{ site.name }}{% endblock %} {% block content %}
Services

Everything from the first sketch to the renewal reminder

Prices below are starting points. You get a fixed quote after we agree the scope.

{% for s in services %}

{{ s.title }}

{{ s.summary }}

{% for item in s.included_list %}
{{ item }}
{% endfor %}
{{ s.starting_price }}
{{ s.delivery_time }}
Request
{% empty %}

Services will appear here once they are added in the admin.

{% endfor %}

Not sure which one you need?

Describe the problem and I'll tell you what it actually takes to solve it.

Ask a question
{% endblock %}