Functions
_load_file
Load a file from the template directory.
_load_file
def _load_file(filename: str, subdir: str = 'pages') -> str
Load a file from the template directory.
Parameters 2
| Name | Type | Default | Description |
|---|---|---|---|
filename |
str |
— | |
subdir |
str |
'pages' |
Returns
str
_create_changelog_template
Create the changelog site template.
_create_changelog_template
def _create_changelog_template() -> SiteTemplate
Create the changelog site template.
Returns
SiteTemplate