{{- $height := .Get "height" | default "100px" -}}
<style>
  .space{
      height: {{ $height }};
  }
</style>

<div class="space" style="display: flex;">
</div>