# Adding text at top of groups page

**URL:** https://meta.discourse.org/t/adding-text-at-top-of-groups-page/139757
**Category:** Feature
**Created:** [January 26, 2020, 1:36pm UTC](https://meta.discourse.org/t/adding-text-at-top-of-groups-page/139757 "2020-01-26T13:36:59Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![rogerco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rogerco/32/161338_2.png) [@rogerco](https://meta.discourse.org/u/rogerco)
#### Post date: [January 26, 2020, 1:36pm UTC](https://meta.discourse.org/t/adding-text-at-top-of-groups-page/139757/1 "2020-01-26T13:36:59Z")

</div>

It would be nice to be able to add some custom explanatory text to the top of the groups page.  
Would it be possible to add a plugin outlet to `discourse/app/assets/javascripts/discourse/templates/groups/index.hbs` possibly immediately after the header div at about line 23  
`{{plugin-outlet name="after-groups-header" args=(hash group=model)}}` ?

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [January 28, 2020, 1:31am UTC](https://meta.discourse.org/t/adding-text-at-top-of-groups-page/139757/2 "2020-01-28T01:31:17Z")

</div>

In general we are super open to adding plugin outlets, just send through a PR explaining the use case.
