<link rel="stylesheet" href="./{{name_sc}}.scss">
<script src="./{{name_pc}}.ts"></script>

{{#comment}}
  data-scroll-component: used for adding this block with its instance to the scrollTracker on the MubanTransitionContentPage
{{/comment}}

<section
  data-component="{{name_sc}}"
  class="{{name_sc}}"
  \{{#if scrollComponent}}data-scroll-component\{{/if}}>
  <h1>{{name_sc}}</h1>
</section>
