config.TagPattern

config.TagPattern

Model representing a tag pattern for images in the Bakery configuration.

Usage

Source

config.TagPattern()

Methods

Name Description
render() Render the Jinja2 tag patterns with the provided keyword arguments.

render()

Render the Jinja2 tag patterns with the provided keyword arguments.

Usage

Source

render(**kwargs)

Parameters

kwargs={}
Key-value pairs to render variables in the Jinja2 tag template.
Back to top