2017-05-24 19:42:33 +00:00
---
title: Example Tutorial Template
2017-08-03 23:22:52 +00:00
approvers:
2017-06-26 23:12:21 +00:00
- 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 shows how to ...
2017-06-26 23:12:21 +00:00
2017-05-24 19:42:33 +00:00
{% endcapture %}
{% capture prerequisites %}
2017-06-26 23:12:21 +00:00
* {% include task-tutorial-prereqs.md %}
2017-05-24 19:42:33 +00:00
* Do this.
* Do this too.
2017-06-26 23:12:21 +00:00
2017-05-24 19:42:33 +00:00
{% endcapture %}
{% 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
2017-05-24 19:42:33 +00:00
{% endcapture %}
{% 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
2017-05-24 19:42:33 +00:00
{% endcapture %}
{% 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
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 - Tutorial template ](/docs/home/contribute/page-templates/#tutorial_template ) for how to use this template.
2017-06-26 23:12:21 +00:00
2017-05-24 19:42:33 +00:00
{% endcapture %}
2017-08-03 23:22:52 +00:00
{% include templates/tutorial.md %}