{# /** * @file * Description list template. */ #} {% if items %}
{% for item in items %} {% if item.term['#plain_text'] %}
{{ item.term }}
{% endif %} {% if item.description['#text'] %}
{{ item.description }}
{% endif %} {% endfor %}
{% endif %}