{% extends "_page.twig" %} {% block title %}Add record{% endblock %} {% block content %}
{% if result|length > 0 %} {% if result.error|length > 0 %}

Error

{{ result.error }}
{% else %}

Domain successfuly added

Domain: {{ result.host }}
Addresshelper: Go to site
Base32: {{ result.base32 }}.b32.i2p
Base64: {{ result.base64 }}
{% endif %} {% endif %}

Domain adding

0 %} value="{{ record }}"{% endif %} required>
0 %} value="{{ desc }}"{% endif %}>
{% endblock %}