templates.admin.adminLayout.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
==========================================#}
{% extends "../layout.html" %}
{% block sectionClasses %}admin{% endblock %}
{% block meta_title %}Spincast website Admin{% endblock %}
{% block meta_description %}Spincast website Admin{% endblock %}
{% block body %}
{% endblock %}