Create new section

{{ selectedMenu.title }}

{% csrf_token %}

Required: This title will be displayed above the content.

Required: Menu under which this section should be displayed.

Optional: The entire wiki page is sorted by this index. The lower the value, the further to the top is the section. Default will be 0.

Optional: Go to Font Awesome to find matching icons. We only support free icons. Format example: fas fa-hand-spock.

{% include 'simplewiki/editor/partials/wysiwyg/_toolbar.html' %}
{{ selectedSection.content|safe }}

Optional: This will be displayed as your main content of the section.