{% extends "base.html" %} {% block title %}Site Content - Admin - A+ Academy{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {{ current_user.username }} Administrator Dashboard Messages Site Content Subjects Logout Site Content Management Add Content {% if contents %} Section Key Value Preview Type Actions {% for content in contents %} {{ content.section }} {{ content.key }} {{ content.value[:50] }}... {{ content.content_type }} {% endfor %} {% else %} No content items yet Add First Content {% endif %} {% endblock %}
No content items yet