{% extends "admin/dashboard.html" %} {% load static %} {% block title %} Admin | About Page {% endblock title %} {% block content %}
{% csrf_token %}

Hero Section




{% csrf_token %}

Stats Section

Existing Stats
{% for stat in stats_section_instances %} {% endfor %}
Label Value Actions
{{ stat.label }} {{ stat.value }}
Create New Stat


{% csrf_token %}

Principles Section

{% endblock %}