{# :param item: An instance of ResourceTypeOutput :param prefix: Prefix for HTTP output path, (e.g. '/code/muppet-strings/output') :param module_name: #}
{{ item.base() }}
{% if item.summary %} {{ item.summary }} {% endif %}
{% for provider in item.children %} {{ provider.to_html() }} {% endfor %}
{# ft:jinja2 #}