TechnoteJinjaContext#

class technote.config.TechnoteJinjaContext(toml)#

Bases: object

A class available to the Jinja context in HTML templates and provides access to technote.toml-based metadata.

Parameters:

toml (TechnoteToml) – The metadata from technote.toml.

Attributes Summary

toml

The technote.toml root object.

Attributes Documentation

toml#

The technote.toml root object.

Return type:

TechnoteToml