Domain
Type
Target
{% for record in records %} {% if record['type'] not in ('A', 'AAAA') or record['name'] == '@' %} {% continue %} {% end %}
{{ record['name'] }}.{{ domain }}
{{ record['type'] }}
{{ record['data'] }}
{% end %}