{% 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
{{ crate::quasi::rich_field::html("new-section", "Body (Markdown)", "Section content...", "", crate::quasi::rich_field::Height::Compact)|safe }}