2017-05-24 19:42:33 +00:00
---
title: Example Tutorial Template
2018-02-18 20:13:37 +00:00
reviewers:
2017-06-26 23:12:21 +00:00
- chenopis
2018-05-05 16:00:51 +00:00
content_template: templates/tutorial
2017-05-24 19:42:33 +00:00
---
2018-05-05 16:00:51 +00:00
{{% capture overview %}}
2017-06-26 23:12:21 +00:00
2018-11-06 19:33:04 +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.
{{< / note > }}
2017-05-24 19:42:33 +00:00
This page shows how to ...
2017-06-26 23:12:21 +00:00
2018-05-05 16:00:51 +00:00
{{% /capture %}}
2017-05-24 19:42:33 +00:00
2018-05-05 16:00:51 +00:00
{{% capture prerequisites %}}
2017-06-26 23:12:21 +00:00
2018-05-05 16:00:51 +00:00
* {{< include " task-tutorial-prereqs . md " > }} {{< version-check > }}
2017-05-24 19:42:33 +00:00
* Do this.
* Do this too.
2017-06-26 23:12:21 +00:00
2018-05-05 16:00:51 +00:00
{{% /capture %}}
2017-05-24 19:42:33 +00:00
2018-05-05 16:00:51 +00:00
{{% capture objectives %}}
2017-06-26 23:12:21 +00:00
2017-05-24 19:42:33 +00:00
* Learn this.
* Build this.
* Run this.
2017-06-26 23:12:21 +00:00
2018-05-05 16:00:51 +00:00
{{% /capture %}}
2017-05-24 19:42:33 +00:00
2018-05-05 16:00:51 +00:00
{{% capture lessoncontent %}}
2017-06-26 23:12:21 +00:00
2017-05-24 19:42:33 +00:00
## Building ...
1. Do this.
1. Do this next. Possibly read this [related explanation ](... ).
## Running ...
1. Do this.
1. Do this next.
## Understanding the code
Here's something interesting about the code you ran in the preceding steps.
2017-06-26 23:12:21 +00:00
2018-05-05 16:00:51 +00:00
{{% /capture %}}
2017-05-24 19:42:33 +00:00
2018-05-05 16:00:51 +00:00
{{% capture cleanup %}}
2017-06-26 23:12:21 +00:00
2017-05-24 19:42:33 +00:00
**[Optional Section]**
* Delete this.
* Stop this.
2017-06-26 23:12:21 +00:00
2018-05-05 16:00:51 +00:00
{{% /capture %}}
2017-05-24 19:42:33 +00:00
2018-05-05 16:00:51 +00:00
{{% 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 - Tutorial template ](/docs/home/contribute/page-templates/#tutorial_template ) for how to use this template.
2017-06-26 23:12:21 +00:00
2018-05-05 16:00:51 +00:00
{{% /capture %}}
2017-05-24 19:42:33 +00:00