# Where does the common folder (for html) go in a plugin?

**URL:** https://meta.discourse.org/t/where-does-the-common-folder-for-html-go-in-a-plugin/183062
**Category:** Development
**Created:** [March 12, 2021, 9:16pm UTC](https://meta.discourse.org/t/where-does-the-common-folder-for-html-go-in-a-plugin/183062 "2021-03-12T21:16:19Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [March 13, 2021, 1:32pm UTC](https://meta.discourse.org/t/where-does-the-common-folder-for-html-go-in-a-plugin/183062/8 "2021-03-13T13:32:25Z")

</div>

See [How to override a template.hbs from a plugin - #4 by tshenry](https://meta.discourse.org/t/how-to-override-a-template-hbs-from-a-plugin/155556/4). I think that’s the magic your looking for.

It’s not where I said, but you stick it in the assets tree with the right name. It’s impossible to understand until you get it and then it’s totally obvious.

Edit : Hey @JQ331. I just realized that I think I did what you want in s plugin yesterday, but I’m so bad at it I didn’t realize that’s what you’re looking for. See [GitHub - literatecomputing/discourse-max-topics-per-month · GitHub](https://github.com/literatecomputing/discourse-max-topics-per-month). It’s very simple so there’s not much to get in the way of finding the example.

---

_[View the full topic](https://meta.discourse.org/t/where-does-the-common-folder-for-html-go-in-a-plugin/183062)._
