Required Associated Typesliemeobn.elementary 0.3.1Elementary
HTMLHead
HtmlDocument.swift:23associatedtype HTMLHead : HTML
associatedtype HTMLHead : HTML
import Elementary
protocol HTMLDocument : HTML
A type that represents a full HTML document.
protocol HTML<Tag>
A type that represents HTML content that can be rendered.
associatedtype HTMLBody : HTML
@HTMLBuilder var body: HTMLBody { get }
@HTMLBuilder var head: HTMLHead { get }
var lang: String { get }
var title: String { get }