{% extends 'base_structure/layout/base_template.html' %} {% load static %} {% block stylesheet %} {% include "cdn_through_html/quill_cdn_css.html" %} {% include "django_quill/media.html" %} {% endblock %} {% block content %}

About Us

{% comment %} Add New {% endcomment %} Edit Details
{{organization.about_us.html|safe}}
{% endblock content %} {% block javascript %} {% include "cdn_through_html/quill_cdn_js.html" %} {% endblock %}