Layout
Apps implementing page layouts (e.g. through blocks).
Search & Filter
| Package | django-mjml | Django Hypergen | wagtailgridder | django-fluent-contents | django-tinycontent |
|---|---|---|---|---|---|
|
Description
|
The simplest way to use MJML
in Django templates. |
Take a break from javascript.
Write server-rendered reactive HTML liveviews for Django in β¦ |
Wagtail Gridder is a Bootstrap
4 enabled layout for the Wagtail CMS. Grid Items are create⦠|
A widget engine to display
various content on Django pages |
A Django app for managing
re-usable blocks of tiny content. |
|
Category
|
App | App | App | App | App |
|
Using This
|
2
|
1
|
0
|
2
|
1
|
|
Python 3?
|
Yes | Yes | Yes | Yes | Yes |
|
Dev Status
|
Production/Stable | Production/Stable | Production/Stable | Production/Stable | Production/Stable |
|
Version (PyPI)
|
1.5 | 1.5.5 | 2.0.0 | 3.1 | 0.9.0 |
|
Stars
|
283 | 82 | 67 | 148 | 19 |
|
Forks
|
38 | 1 | 12 | 36 | 6 |
|
Commits
|
|
|
|
|
|
|
Updated
|
7 Dec 2025 | 3 Sep 2025 | 29 Jul 2025 | 5 Feb 2024 | 28 Jan 2024 |
|
License
|
MIT | Custom | BSD-3-Clause | Apache 2.0 | BSD |
|
Links
|
|||||
|
Feature Comparison
(click cells to edit)
|
|||||
|
URL-based content
|
β
|
β
|
β
|
via your model of choice
|
β
|
|
Block auto-creation
|
β
|
β
|
β
|
|
β
|
|
Built-in caching
|
β
|
β
|
β
|
|
β
|
|
Bundled plugins
|
β
|
β
|
β
|
|
β
|
|
Create custom block types
|
β
|
β
|
β
|
|
β
|
|
Admin Contrib support
|
β
|
β
|
β
|
β
|
β
|
The simplest way to use MJML in Django templates.
Take a break from javascript. Write server-rendered reactive HTML liveviews for Django in pure python π«
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.
A widget engine to display various content on Django pages
A Django app for managing re-usable blocks of tiny content.
Showing 5 of 18 packages in this grid.
Features Being Compared
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.