10 lines
249 B
HTML
10 lines
249 B
HTML
|
{{ define "main" }}
|
||
|
{{ .Content }}
|
||
|
{{ end }}
|
||
|
|
||
|
|
||
|
{{ define "hero-more" }}
|
||
|
{{ with .Site.GetPage "section" "docs/tutorials/kubernetes-basics" }}
|
||
|
<a href="{{ .RelPermalink }}" id="quickstartButton" class="button">{{ .LinkTitle }}</a>
|
||
|
{{ end }}
|
||
|
{{ end }}
|