{{ $align := .Get "align" | default "center" }} {{ $width := .Get "width" | default 560 }} {{ $height := .Get "height" | default 315 }} {{/* Calculate aspect ratio as a percentage. Convert to float for proper division. */}} {{ $aspectRatio := mul (div (float $height) (float $width)) 100 }}