{%load static%} Application Form - {% block title %}{% endblock %} {% block stylesheets %} {% endblock stylesheets %} {%include 'includes/navigation-fullscreen.html' %} {% if 'home' in segment %} {% elif 'about' in segment %} {% elif 'contact' in segment %} {% elif 'final_submit' in segment %} {%else%} {% include 'includes/progress-bar.html' %} {%endif%}
{% block content %} {% endblock content %}
{%include 'includes/footer.html'%} {% block javascripts %} {% endblock javascripts %}