2021-08-30 22:44:00 +00:00
|
|
|
<header id="vector-sticky-header"
|
|
|
|
class="vector-sticky-header {{#is-visible}}vector-sticky-header-visible{{/is-visible}}">
|
|
|
|
<div class="vector-sticky-header-start">
|
|
|
|
<div class="vector-sticky-header-icon-start">
|
2021-09-07 20:22:19 +00:00
|
|
|
{{#data-button-start}}
|
|
|
|
{{>Button}}
|
|
|
|
{{/data-button-start}}
|
2021-08-30 22:44:00 +00:00
|
|
|
</div>
|
|
|
|
<div class="vector-sticky-header-context-bar">
|
|
|
|
<div class="vector-sticky-header-context-bar-primary">{{title}}</div>
|
|
|
|
<div class="vector-sticky-header-context-bar-secondary">{{heading}}</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="vector-sticky-header-end">
|
|
|
|
<div class="vector-sticky-header-icons">
|
2021-09-07 20:22:19 +00:00
|
|
|
{{#data-buttons}}
|
|
|
|
{{>Button}}
|
|
|
|
{{/data-buttons}}
|
2021-08-30 22:44:00 +00:00
|
|
|
</div>
|
2021-09-07 20:22:19 +00:00
|
|
|
{{#data-primary-action}}
|
|
|
|
{{>Button}}
|
|
|
|
{{/data-primary-action}}
|
2021-08-30 22:44:00 +00:00
|
|
|
<div class="vector-sticky-header-icon-end">
|
2021-09-07 20:22:19 +00:00
|
|
|
{{#data-button-end}}
|
|
|
|
{{>Button}}
|
|
|
|
{{/data-button-end}}
|
2021-08-30 22:44:00 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</header>
|