{% extends 'base.html' %} {% block title %}{{ 'Edit' if content_block else 'Create' }} Content Block | Admin | {{ settings.site_name }}{% endblock %} {% block content %}

{{ 'Edit' if content_block else 'Create' }} Content Block

Content Details
Display name for this content block
Unique identifier (lowercase letters, numbers, underscores only)
HTML is supported for rich content
Formatting Toolbar
Cancel
Preview
Enter content to see preview...
{% if content_block %}
Information
Created {{ content_block.created_at.strftime('%b %d, %Y %H:%M') }}
Updated {{ content_block.updated_at.strftime('%b %d, %Y %H:%M') }}
Usage get_content('{{ content_block.page }}', '{{ content_block.identifier }}')
{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}