{% include "wizards/partials/step_nav.html" %}

Sections

Add tabbed content sections (e.g. Features, Installation, Specs). Sections are optional.

{% for section in sections %}
{{ section.title }} {{ section.body.chars().count() }} chars
{% endfor %}
Add Section