{{ component.name }}
{{ component.type }}
{{ component.subsystem }}
{{ component.location }}
{{ component.purpose | default('No purpose documented') }}
{% if component.tags %}{% for tag in component.tags %} {{ tag }} {% endfor %}
{% endif %} {% if component.route %}Route: {{ component.route.method | default('GET') }} {{ component.route.url }}
→ {{ component.route.handler }}
Documentation:
-
{% for doc in component.docs %}
- {{ doc.title | default(doc.path) }} {% if doc.type %} {{ doc.type }} {% endif %} {% endfor %}