{% extends "admin/base.html" %} {% block title %}Edit Content - GJEE Admin{% endblock %} {% block content %}
{% if key == 'globe_image' %}
Path relative to static folder
Cancel
{% else %}
You can use HTML tags like <p>, <strong>, <em>, <ul>, <li>, etc.
Cancel
{% endif %}
{% if key != 'globe_image' %}

Preview

{{ content.content|safe if content else 'No content yet.' }}
{% endif %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %}