{% extends "templates/web.html" %}
{% block header %}{% endblock %}
{% block breadcrumbs %}{% endblock %}
{% block page_content %}
{% include "templates/includes/web_form.html" with context='your_web_form_name' %}
{% endblock %}
{% block footer %}{% endblock %}
Asha Resins Footer