1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Blog/templates/admin/index.html.twig

7 lines
176 B
Twig

{% extends 'admin/base-admin.html.twig' %}
{% block title %}Administration - Panel{% endblock %}
{% block body %}
<h1 class="text-center">Admin panel</h1>
{% endblock %}