{{/* Available tips types: info, warn, error, success */}} {{- $tipsType := .Get 0 -}} {{- $tipsTitle := .Get 1 -}} {{- $raw := (markdownify .Inner | chomp) -}} {{- if not ($.Page.Scratch.Get "tipsCount") -}} {{- end -}} {{- $.Page.Scratch.Add "tipsCount" 1 -}}
{{- if $tipsTitle -}}

{{ $tipsTitle }}

{{- end -}} {{ $raw }}