Files
website/content/en/docs/concepts/example-concept-template.md
T
Bjørn Erik Pedersen 7f3b633aa0 Convert site to Hugo (#8316)
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00

743 B

title, reviewers, content_template
title reviewers content_template
Example Concept Template
chenopis
templates/concept

{{% capture overview %}}

NOTE: Be sure to also create an entry in the table of contents for your new document.

This page explains ...

{{% /capture %}}

{{% capture body %}}

Understanding ...

Kubernetes provides ...

Using ...

To use ...

{{% /capture %}}

{{% capture whatsnext %}}

[Optional Section]

{{% /capture %}}