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