Skip to content

Wagtail

Posted on:September 23, 2022 at 03:22 PM

Wagtail uses normal Django templates to render each page type.

By default, it will look for a template filename formed from the app and model name, separating capital letters with underscores (e.g. HomePage within the ‘home’ app becomes home/home_page.html).

Wagtail supports a multi-site structure, in which each site has a root page. You can manage the site’s root page later in Wagtail’s admin interface.

Default structure of wagtail app