{% extends 'studiogdo/pip/main_base.html' %} {% load studiogdo %} {% block main_content %}
{% endblock main_content %} {% block coffee %} require(['pip/list'], function(List) { new List() }); $('textarea').tinymce({ inline: true }); {% endblock coffee %}