Adding explanatory information to the group page

Some users do not quite understand what groups are. Page “empty”, no information, no title, etc.

Can it make sense to do the following?

At the topmost line of the file, before:

https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/templates/groups/index.hbs#L1

Add

{{plugin-outlet name="groups-info"}}

Before

After (Example)

There place any information with a link to the appropriate topic with explanations, rules, etc.

3 Likes