3 lines
161 B
HTML
3 lines
161 B
HTML
{{- $target := .Get "target" | default "state.id" -}}
|
|
{{- $prefix := .Get "prefix" | default "#" -}}
|
|
<a :href="'{{ $prefix }}' + {{ $target }}">{{ .Inner }}</a>
|