associatedtype HTMLBody : HTML
s10Elementary12HTMLDocumentP8HTMLBodyQaWhat are these?
s10Elementary12HTMLDocumentP8HTMLBodyQa
FNV24: [GSKY]
associatedtype HTMLHead
var body: HTMLBody
var head: HTMLHead
var title: String
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 HTMLHead : HTML
@HTMLBuilder var body: HTMLBody { get }
@HTMLBuilder var head: HTMLHead { get }
var title: String { get }