# How to insert HTML just before Suggested Topics?

**URL:** https://meta.discourse.org/t/how-to-insert-html-just-before-suggested-topics/51895
**Category:** Support
**Tags:** suggested-topics
**Created:** [10월 22, 2016, 2:40오후 UTC](https://meta.discourse.org/t/how-to-insert-html-just-before-suggested-topics/51895 "2016-10-22T14:40:28Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![CamilleRoux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/camilleroux/32/119575_2.png) [@CamilleRoux](https://meta.discourse.org/u/CamilleRoux)
#### Post date: [10월 22, 2016, 2:40오후 UTC](https://meta.discourse.org/t/how-to-insert-html-just-before-suggested-topics/51895/1 "2016-10-22T14:40:28Z")

</div>

Hi

Do you know how to insert static HTML just before Suggested Topics? (on a topic page)

Thanks

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [10월 22, 2016, 4:57오후 UTC](https://meta.discourse.org/t/how-to-insert-html-just-before-suggested-topics/51895/2 "2016-10-22T16:57:31Z")

</div>

There is a plugin outlet  
[https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/templates/topic.hbs#L172](https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/templates/topic.hbs#L172)

If you don’t want to build a plugin for it, go to Admin \> Customize \> CSS/HTML and put this in the `</head>` section

```plaintext
<script type='text/x-handlebars' data-template-name='/connectors/topic-above-suggested/additional-content'>
Test
</script>

```

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [1월 24, 2019, 8:29오후 UTC](https://meta.discourse.org/t/how-to-insert-html-just-before-suggested-topics/51895/3 "2019-01-24T20:29:16Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
