import Foundation struct BackNavigationTemplate: Template { enum Key: String, CaseIterable { case url = "URL" case text = "TEXT" } static let templateName = "back.html" let raw: String let results: GenerationResultsHandler }