Files
pycom-documentation/layouts/shortcodes/refname.html
2019-06-28 11:21:02 +02:00

5 lines
97 B
HTML

{{ $p := .Get 0 }}
{{ with .Page.GetPage $p }}
<a href="{{ .URL }}">{{ .Title }}</a>
{{ end }}