2018-05-05 16:00:51 +00:00
|
|
|
{{ define "main" }}
|
|
|
|
{{ .Content }}
|
2018-09-14 21:47:24 +00:00
|
|
|
<section id="cncf">
|
|
|
|
<main>
|
|
|
|
<center>
|
|
|
|
<p style="font-size: 20px">{{ T "main_cncf_project" | safeHTML }}
|
|
|
|
</center>
|
|
|
|
</main>
|
|
|
|
</section>
|
2018-05-05 16:00:51 +00:00
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
|
|
{{ define "hero-more" }}
|
|
|
|
{{ with .Site.GetPage "section" "docs/tutorials/kubernetes-basics" }}
|
|
|
|
<a href="{{ .RelPermalink }}" id="quickstartButton" class="button">{{ .LinkTitle }}</a>
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|