{{- $title := .title | default "Placeholder" -}} {{- $class := .class -}} {{- $default_color := "#6c757d" -}} {{- $default_background := "#6c757d" -}} {{- $color := .color | default $default_color -}} {{- $background := .background | default $default_background -}} {{- $width := .width | default "100%" -}} {{- $height := .height | default "180" -}} {{- $text := .text | default (printf "%sx%s" $width $height) -}} {{- $show_title := not (eq $title "false") -}} {{- $show_text := not (eq $text "false") -}}