{% macro trust_anchors(trust_anchors) %} trust-anchors { {% filter indent(bind9_config_indent, true) %} {% for anchor in trust_anchors if trust_anchors is iterable %} {{ (anchor.name | string) -}} {{ (' ' + anchor.type) -}} {{ (' ' + anchor.flags | string) -}} {{ (' ' + anchor.protocol | string) -}} {{ (' ' + anchor.algorithm | string) -}} {{ (' "' + anchor.key + '"') -}}; {% endfor %} {% endfilter %}}; {% endmacro %}