# Como ter conteúdo comum compartilhado entre páginas?

**URL:** https://meta.discourse.org/t/how-to-have-common-content-shared-between-pages/205372
**Category:** Support
**Created:** [6 Outubro , 2021 16:45 UTC](https://meta.discourse.org/t/how-to-have-common-content-shared-between-pages/205372 "2021-10-06T16:45:21Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [6 Outubro , 2021 17:22 UTC](https://meta.discourse.org/t/how-to-have-common-content-shared-between-pages/205372/5 "2021-10-06T17:22:03Z")

</div>

Também havia isso:

> [@Insertable, centrally maintained text/markdown snippets](https://meta.discourse.org/t/insertable-centrally-maintained-text-markdown-snippets/97246/2?u=merefield):
>
> One possible option is to use a theme component. This goes in header.html \<script type="text/discourse-plugin" version="0.8"\> var disclaimer = settings.Disclaimer\_text, disclaimer\_selector = 'div[data-theme="disclaimer"]'; $.fn.disclaimer = function() { if (!this.length) { return; } else { this.each(function() { $(this).html(disclaimer); }); return this; } }; api.decorateCooked($elem =\> $elem.children(disclaimer\_selector).disclaimer()); // create composer butto…

e esta sugestão:

> [@Snippet completion in Discourse](https://meta.discourse.org/t/snippet-completion-in-discourse/46157/2?u=merefield):
>
> Why not pick an OS level snippet manager that is available to every app running in your OS including the browser?

---

_[View the full topic](https://meta.discourse.org/t/how-to-have-common-content-shared-between-pages/205372)._
