{% extends "base.html" %} {% import "macros.html" as utils %} {% block title %}{{ config.METAREGISTRY_TITLE }} - Keyword - {{ keyword }}{% endblock %} {% block container %}
Keywords {{ keyword }}
{% for resource in resources %} {% endfor %}
{{ utils.render_prefix(resource.prefix) }} {{ resource.get_name() }}
{% endblock %}