Back to Fullcalendar

Docs Sublanding Children

_includes/docs-sublanding-children.html

latest460 B
Original Source

{% for group in page.child_groups %}

{% if group.is_related %} See Also {% elsif group.title %} {{ group.title | escape }} {% endif %} {% for node in group.children %} [ {{ node.article.title | escape }}

{% if node.article.description %} {{ node.article.description | escape }} {% else %} {{ node.article.excerpt | strip_html | escape }} {% endif %} ]({{%20site.baseurl%20}}{{%20node.article.url%20|%20escape%20}}) {% endfor %}

{% endfor %}