2017-05-24 19:42:33 +00:00
---
title: Example Concept Template
2017-06-26 23:12:21 +00:00
assignees:
- chenopis
2017-05-24 19:42:33 +00:00
---
{% capture overview %}
2017-06-26 23:12:21 +00:00
2017-05-24 19:42:33 +00:00
**NOTE:** Be sure to also [create an entry in the table of contents ](/docs/home/contribute/write-new-topic/#creating-an-entry-in-the-table-of-contents ) for your new document.
This page explains ...
2017-06-26 23:12:21 +00:00
2017-05-24 19:42:33 +00:00
{% endcapture %}
{% capture body %}
2017-06-26 23:12:21 +00:00
2017-05-24 19:42:33 +00:00
## Understanding ...
Kubernetes provides ...
## Using ...
To use ...
2017-06-26 23:12:21 +00:00
2017-05-24 19:42:33 +00:00
{% endcapture %}
{% capture whatsnext %}
2017-06-26 23:12:21 +00:00
2017-05-24 19:42:33 +00:00
**[Optional Section]**
* Learn more about [Writing a New Topic ](/docs/home/contribute/write-new-topic/ ).
* See [Using Page Templates - Concept template ](/docs/home/contribute/page-templates/#concept_template ) for how to use this template.
2017-06-26 23:12:21 +00:00
2017-05-24 19:42:33 +00:00
{% endcapture %}
{% include templates/concept.md %}