LoveIt/layouts/_default/_markup/render-link.html

3 lines
120 B
HTML
Raw Normal View History

2020-02-21 16:42:35 +01:00
{{- $options := dict "href" .Destination "title" .Title "content" .Text -}}
{{- partial "plugin/link.html" $options -}}