mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 10:58:52 +01:00
11 lines
531 B
ReStructuredText
11 lines
531 B
ReStructuredText
Snippets
|
|
~~~~~~~~
|
|
|
|
.. note::
|
|
Documentation currently incomplete and in draft status
|
|
|
|
.. UNSURE HOW TO WRITE THIS AS THE ADVERT EXAMPLE IN WAGTAIL DEMO IS NOT A PARTICULARLY HELPFUL USE CASE.
|
|
|
|
When creating a page on a website, it is a common occurance to want to add in a piece of content that already exists on another page. An example of this would be a person's contact details, or an advert that you want to simply show on every page of your site, without having to manually apply it.
|
|
|
|
Wagtail makes this easy with Snippets. |