{% extends "yamlconf/base.html" %} {% comment %} -*- coding: utf-8 -*- Copyright © 2018-2025 Broadcom, Inc. All rights reserved. SPDX-License-Identifier: BSD-2-Clause {% endcomment %} {% block contents %}
{% for key, info in attrs %} {% endfor %}
Attribute Value
{{ key|escape }} {% include "yamlconf/value.html" with value=info.evalue hide=info.hide %}
{% endblock %}