{% extends "base.html" %} {% load static %} {% block content %}

Get In Touch

Have questions or want to work with us? We'd love to hear from you!

Send Us A Message

{% if messages %}
{% for message in messages %} {% endfor %}
{% endif %}

Please fill out all fields to help us serve you better.

{% csrf_token %}
{{ form.name }} {% if form.name.errors %} {{ form.name.errors|striptags }} {% endif %}
{{ form.mail }} {% if form.mail.errors %} {{ form.mail.errors|striptags }} {% endif %}
{{ form.phone }} {% if form.phone.errors %} {{ form.phone.errors|striptags }} {% endif %}
{{ form.message }} {% if form.message.errors %} {{ form.message.errors|striptags }} {% endif %}

Contact Information

Our Location

{{ location|default:"Kathmandu, Nepal" }}

Follow Us:

{% endblock %}