{% macro definition_table(source) %} {% for entry in source -%} {% if entry.definitions -%} {%- endif %} {% endfor %}
{{ entry.dt | safe }} {{ entry.dd | safe }}
{{ self::definition_table(source=entry.definitions) }}
{% endmacro %}