-
Notifications
You must be signed in to change notification settings - Fork 3
Template objects
Habib Rohman edited this page Feb 11, 2021
·
1 revision
Template dict inside template_data of config.toml are also loaded.
class Entry:
title: str
link: str
description: str
author: str
published: Optional[str]
time: Optional[datetime]
safe_title: str
safe_description: strclass Channel:
title: str
link: str
description: str
safe_title: str
safe_description: str