mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-12 20:06:52 +00:00
Templatize title
This commit is contained in:
@@ -78,6 +78,7 @@ def generatefromyaml(manifest):
|
||||
html = html.replace("@@MARKDOWN@@", markdown)
|
||||
html = html.replace("@@EXCLUDE@@", exclude)
|
||||
html = html.replace("@@CHAT@@", manifest["chat"])
|
||||
html = html.replace("@@TITLE@@", manifest["title"])
|
||||
return html
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user