Content ChunksΒΆ

There is a way to add a WYSIWYG block anywhere, across multiple pages or templates. This is a chunk in our parlance. All you have to {% chunk "<name>" %}

These generate WYSIWYG blocks on the site, and when you edit them in the admin they automatically save.

Example:

```
<footer>
    {% chunk "copyright" %}
</footer>
```

This would make the copyright editable on every page, but editing it once would change it on all templates/pages that use the chunk.