{% load sekizai_tags cms_tags %}{% if request.toolbar.edit_mode %} {# Code is only rendered in edit mode #} {# CMS needs child plugins to be rendered for them to be editable, but their HTML can be commented out #} {% addtoblock "css" %} {% include 'djangocms_inline_comment/inline_comment_style.html' %} {% endaddtoblock %}{% endif %}