- Remove Bootstrap and Octicons - Simplify styles and markup - Add color and type scale custom properties - Extract section templates to partials - Validate rendered HTML - Update test snapshots
9 lines
107 B
Handlebars
9 lines
107 B
Handlebars
<header>
|
|
{{#name}}
|
|
<h1>{{.}}</h1>
|
|
{{/name}}
|
|
{{#label}}
|
|
<h2>{{.}}</h2>
|
|
{{/label}}
|
|
</header>
|