{% extends "pages/examples/index.html" %} {% load ckeditor_placeholder %} {% load pages_tags %} {% block title %}CKEditor template{% endblock %} {% block content %}
content
{% ckeditor_placeholder "welcome_text" with ckeditor:minimal %}
{% endblock %}