Layout

Apps implementing page layouts (e.g. through blocks).

18 Packages
6 Features

Search & Filter

The simplest way to use MJML in Django templates.

283
Stars
38
Forks
2
Usage
Py3
Status Production/Stable
Version 1.5
Updated 7 Dec 2025
License MIT
Commits
Features
URL-based content
β€”
Block auto-creation
β€”
Built-in caching
β€”
Bundled plugins
β€”
Create custom block types
β€”
Admin Contrib support
β€”

Take a break from javascript. Write server-rendered reactive HTML liveviews for Django in pure python πŸ’«

82
Stars
1
Forks
1
Usage
Py3
Status Production/Stable
Version 1.5.5
Updated 3 Sep 2025
License Custom
Commits
Features
URL-based content
β€”
Block auto-creation
β€”
Built-in caching
β€”
Bundled plugins
β€”
Create custom block types
β€”
Admin Contrib support
β€”

Wagtail Gridder is a Bootstrap 4 enabled layout for the Wagtail CMS. Grid Items are created within categories, and displayed on a Grid Index Page. The JavaScript libraries Gridder and MixItUp are included.

67
Stars
12
Forks
0
Usage
Py3
Status Production/Stable
Version 2.0.0
Updated 29 Jul 2025
License BSD-3-Clause
Commits
Features
URL-based content
β€”
Block auto-creation
β€”
Built-in caching
β€”
Bundled plugins
β€”
Create custom block types
β€”
Admin Contrib support
β€”

A widget engine to display various content on Django pages

148
Stars
36
Forks
2
Usage
Py3
Status Production/Stable
Version 3.1
Updated 5 Feb 2024
License Apache 2.0
Commits
Features
URL-based content
  via your model of choice
Block auto-creation
Built-in caching
Bundled plugins
Create custom block types
Admin Contrib support
β€”

A Django app for managing re-usable blocks of tiny content.

19
Stars
6
Forks
1
Usage
Py3
Status Production/Stable
Version 0.9.0
Updated 28 Jan 2024
License BSD
Commits
Features
URL-based content
β€”
Block auto-creation
β€”
Built-in caching
β€”
Bundled plugins
β€”
Create custom block types
β€”
Admin Contrib support
β€”

Showing 5 of 18 packages in this grid.

View All Packages

Features Being Compared

6 features

URL-based content

The same block contents could vary from URL to URL.

Block auto-creation

Developer can add block to template and the DB record for block content will be auto-created without the burden of adding it via admin on all servers (local development, production, etc.)

Built-in caching

Bundled plugins

The package includes a set of block types that can be used out of the box.

Create custom block types

The package allows developers to create their own custom block types.

Admin Contrib support