aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes/mark.html
blob: 02af2253b20f0dc26125f58816142138551d0c96 (plain)
1
2
3
4
5
{{- $text  := default "highligted text" (.Get "text"  | default (.Get 0)) -}}
{{- $title := default $text             (.Get "title" | default (.Get 1)) -}}

<mark title="{{ $title }}">{{ $text }}</mark> 
{{- /* This comment removes trailing newlines and white spaces. */ -}}