mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-19 22:41:00 +00:00
11 lines
No EOL
531 B
ReStructuredText
11 lines
No EOL
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. |