Back to Fullcalendar

Docs Article Sidebar

_includes/docs-article-sidebar.html

latest514 B
Original Source

{% if page.category.child_groups %}

{{ page.category.title | escape }}

{% for child_group in page.category.child_groups %} - {% if child_group.is_related %}

See Also

{% elsif child_group.title %}

{{ child_group.title | escape }}

{% endif %} {% for node in child_group.children %} - {{ node.article.title | escape }} {% endfor %} {% endfor %}

{% endif %}