{% extends 'base.html' %}{% block title %}Get a Quick Estimate — {{ brand }}{% endblock %} {% block content %}

What do you need?

{% for v,l in [('simple-site','Basic site'),('pro-site','Site with extras'),('online-form','Online form'),('sell-online','Sell online'),('fix-or-improve','Fix/Improve'),('it-help','IT help'),('custom-app','Custom tool'),('not-sure','Not sure')] %} {% endfor %}
{% for v,l in [('flexible','Flexible'),('soon','Soon'),('rush','Rush'),('critical','Urgent')] %} {% endfor %}

Extras

{% for v,l in [('content','Content help'),('branding','Branding'),('training','Training'),('care','Care plan')] %} {% endfor %}
{% endblock %}