Introducing wagtail-extended-blocks

written by Jeff on 2026-07-29

While building and maintaining various Wagtail sites, I developed a collection of custom StreamField blocks to extend Wagtail's default options. wagtail-extended-blocks packages these 33 reusable blocks into a single library that you can install and use too.

Blocks are organized into three categories:

All included blocks ship with default front-end HTML templates that can be individually overridden with your own templates.

EDIT: This package is now available on PyPI!

The project repository and source code are on my git server: wagtail-extended-blocks.

Base/Utility Blocks

Content Blocks

Media Blocks

I hope these are useful, they've come in handy for me. If you have issues, suggestions, or questions let me know!

Install It