Added another front page space for Yaffs info. Added roave security for composer.
[yaffs-website] / web / core / themes / stable / templates / dataset / forums.html.twig
1 {#
2 /**
3  * @file
4  * Theme override to display a forum.
5  *
6  * May contain forum containers as well as forum topics.
7  *
8  * Available variables:
9  * - forums: The forums to display (as processed by forum-list.html.twig).
10  * - topics: The topics to display.
11  * - topics_pager: The topics pager.
12  * - forums_defined: A flag to indicate that the forums are configured.
13  *
14  * @see template_preprocess_forums()
15  */
16 #}
17 {% if forums_defined %}
18   {{ forums }}
19   {{ topics }}
20   {{ topics_pager }}
21 {% endif %}