10 lines
240 B
Plaintext
10 lines
240 B
Plaintext
header(class="hero background-sky")
|
|
h1.hero-title.text-display-1 #{title}
|
|
|
|
if subtitle
|
|
h2.hero-subtitle.text-subhead #{subtitle}
|
|
|
|
else if current.path[0] == "docs"
|
|
!= partial("_version-dropdown")
|
|
|
|
!= partial("_social-icons") |