{% extends "whm/base.html" %} {% block title %}Add new domain{% endblock title %} {% block content %}

Edit DNS

{% csrf_token %}
{% if dns.type == "MX" %}
{% endif %}
{% endblock content %}