{% extends "base.html" %}
{% block content %}
{{ render_text("Hi " + name) }}
{% call text() %}
We have detected that your domain {{ custom_domain.domain }} does not have the DNS set up correctly.
{% endcall %}
{% call text() %}
Please make sure to set up your domain following the instructions on your domain DNS page at
{{ custom_domain.domain }} DNS.
{% endcall %}
{% call text() %}
Feel free reply to this email if you have any question.
Best,
SimpleLogin team.
{% endcall %}
{% endblock %}