mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-05 00:15:59 -06:00
6 lines
153 B
HTML
6 lines
153 B
HTML
{{ if .IsNamedParams }}
|
|
<abbr title="{{ .Get "title" }}">{{ .Inner }}</abbr>
|
|
{{ else }}
|
|
<abbr title="{{ .Get 0 }}">{{ .Inner }}</abbr>
|
|
{{ end }}
|