Refactor page content generators

This commit is contained in:
Christoph Hagen
2025-01-06 10:00:51 +01:00
parent 245534e989
commit 301dbad0a5
36 changed files with 760 additions and 566 deletions

View File

@ -5,7 +5,7 @@ struct ContentPageVideo: HtmlProducer {
let videoType: String
let options: [VideoOption]
let options: [VideoCommand.Option]
func populate(_ result: inout String) {
result += "<video\(optionString)>Video not supported."