{{ $title := $.Page.Params.title -}}
{{ $desc := $.Page.Params.description | markdownify -}}
<div class="text-left">
<h1 class="display-1">
{{- $title -}}
</h1>
{{- with $desc -}}
<h3 class="font-weight-light mt-5">
{{- . -}}
</h3>
{{ end -}}
</div>