Files
pycom-documentation/layouts/shortcodes/refname.html
2019-07-04 17:29:27 +02:00

3 lines
93 B
HTML

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