Add language to HTML tags

This commit is contained in:
Christoph Hagen
2022-12-20 12:49:21 +01:00
parent 72e0db7f6f
commit 7a0e1300ac
3 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import Foundation
struct PageTemplate: Template {
enum Key: String, CaseIterable {
case language = "LANG"
case head = "HEAD"
case topBar = "TOP_BAR"
case contentClass = "CONTENT_CLASS"