mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 06:06:03 +01:00
5 lines
97 B
HTML
5 lines
97 B
HTML
{{ $p := .Get 0 }}
|
|
{{ with .Page.GetPage $p }}
|
|
<a href="{{ .URL }}">{{ .Title }}</a>
|
|
{{ end }}
|