15 lines
406 B
Handlebars
15 lines
406 B
Handlebars
{{#match headerStyle "!=" "Off"}}
|
|
|
|
{{#match headerStyle "Highlight"}}
|
|
{{#match posts.length ">=" 10}}
|
|
{{> "components/header-content"}}
|
|
{{/match}}
|
|
{{else match headerStyle "Magazine"}}
|
|
{{#match posts.length ">=" 7}}
|
|
{{> "components/header-content"}}
|
|
{{/match}}
|
|
{{else}}
|
|
{{> "components/header-content"}}
|
|
{{/match}}
|
|
|
|
{{/match}} |