{# Embeds a group within the sidebar of a page. group - The group dict. Example: {% snippet 'snippets/group, group=c.group_dict %} #} {% with url=h.url_for('group.read', id=group.name) %}
{{ group.name }}

{{ group.title or group.name }}

{% if group.description %}

{{ h.markdown_extract(group.description, 120) }}

{% endif %}
{% endwith %}