{% extends "pxy_dashboard/partials/base.html" %} {% load static %} {% block title %}Editors{% endblock title %} {% block extra_css %} {% endblock extra_css %} {% block pagetitle %} {% include "pxy_dashboard/partials/page-title.html" with pagetitle="Forms" title="Editors" %} {% endblock pagetitle %} {% block content %}
  • Quill Editor

    Snow is a clean, flat toolbar theme.

    Hello World!


    This is an simple editable area.


    • Select a text to reveal the toolbar.
    • Edit rich document on-the-fly, so elastic!


    End of simple area

  • Bubble Editor

    Bubble is a simple tooltip based theme.

    Hello World!


    This is an simple editable area.


    • Select a text to reveal the toolbar.
    • Edit rich document on-the-fly, so elastic!


    End of simple area

{% endblock content %} {% block extra_js %} {% endblock extra_js %}