betty.content_builders.map module

The map content plugin.

final class betty.content_builders.map.Map

Bases: Template, Manufacturable

An interactive map.

The map content builder plugin.

Plugin ID

map

Class

Map

Configuration

not configurable

async build_template(document: Document) TemplateBuild

Build template data.

Return a template name, a tuple of a template name and template date to render it. Return None to prevent anything from being rendered at all.

new = <betty.requirement._RequirableDecorator object>