{% extends 'base.html' %} {% block title %}{{ 'Edit' if content_block else 'Create' }} Content Block | Admin | {{ settings.site_name }}{% endblock %} {% block content %} Dashboard Content Blocks {{ 'Edit' if content_block else 'Create' }} {{ 'Edit' if content_block else 'Create' }} Content Block Content Details Title * Display name for this content block Page * Select page... Home About For Authors Open Access Contact Footer Sidebar Global Identifier * Unique identifier (lowercase letters, numbers, underscores only) Content {{ content_block.content if content_block else '' }} HTML is supported for rich content Formatting Toolbar H2 H3 H4 {{ 'Save Changes' if content_block else 'Create Block' }} Cancel Preview Refresh 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 %}
get_content('{{ content_block.page }}', '{{ content_block.identifier }}')