{% block content %}

{%- if doc.title -%} {$ doc.title | marked $} {%- elif doc.moduleName -%} {$ doc.groupType | title $} components in {$ doc.moduleName $} {%- else -%} Pages {%- endif -%}

{$ doc.briefdesc | marked $}

{$ doc.description | marked $}

{% for page in doc.components %} {% endfor %}
Name Description
{$ page.id | link(page.name, page) $} {% if page.briefdesc %} {$ page.briefdesc | marked $} {% else %} {$ page.description | firstParagraph | marked $} {% endif %}
{% endblock %}