templates.admin.adminIndex.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
{#==========================================
Admin - Index
==========================================#}
{% extends "./adminLayout.html" %}
{% block sectionClasses %}admin adminIndex{% endblock %}
{% block meta_title %}Spincast website Admin - Index{% endblock %}
{% block meta_description %}Spincast website Admin - Index{% endblock %}
{% block adminBody %}
Index
{% endblock %}