{% import 'components/panel.html' as panel %}

{{ title }}

{% call panel.component(title='Rich Text Editor', description='Powerful WYSIWYG text editor powered by Quill. Please read the official plugin documentation for a full list of options.') %}

Hello World!

Some initial bold text


{% endcall %} {% call panel.component(title='Custom toolbar') %}

Hello World!

Some initial bold text


{% endcall %}