Back to Fullcalendar

Docs Landing Main

_includes/docs-landing-main.html

latest981 B
Original Source

{% for child_group in page.child_groups %}

{{ child_group.title | escape }}

{% for node in child_group.children %} - {% if node.article.title_for_landing %} {{ node.article.title_for_landing | escape }} {% else %} {{ node.article.title | escape }} {% endif %} {% if node.article.is_premium %} Premium {% endif %} {% endfor %}

{% endfor %}