Skip to content

Template objects

Habib Rohman edited this page Feb 11, 2021 · 1 revision

Objects or variables inside template

Template dict inside template_data of config.toml are also loaded.

entry

class Entry:
    title: str
    link: str
    description: str
    author: str
    published: Optional[str]
    time: Optional[datetime]
    safe_title: str
    safe_description: str

channel

class Channel:
    title: str
    link: str
    description: str
    safe_title: str
    safe_description: str

Clone this wiki locally