{% extends "base.html" %} {% block title %}Site Content - Admin - A+ Academy{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ current_user.username }}
Administrator

Site Content Management

Add Content
{% if contents %}
{% for content in contents %} {% endfor %}
Section Key Value Preview Type Actions
{{ content.section }} {{ content.key }} {{ content.value[:50] }}... {{ content.content_type }}
{% else %}

No content items yet

Add First Content
{% endif %}
{% endblock %}