Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 901 Bytes

File metadata and controls

53 lines (34 loc) · 901 Bytes

title

Set the HTML document title.

Kind Attribute
Since 0.1.0

Syntax

title "<text>"

Arguments

Name Type Required
text string yes

Description

Sets the <title> tag for the rendered page. Accepts a quoted string or bare identifier.

Used in

Examples

Page with title

page / title "Home"
  html
    <h1>Welcome</h1>

See also

Provenance

Implementation touched after spec. Source code changed on 2026-05-20, but this entity's spec was last edited on 2026-05-08. The description may be out of date.

Spec last touched 5da8498 (2026-05-08)
Source last touched af278bb (2026-05-20)
Source files internal/parser/parser.go