mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-15 04:48:55 +00:00
10 lines
No EOL
225 B
Twig
10 lines
No EOL
225 B
Twig
{% extends 'base.html.twig' %}
|
|
|
|
{% block title %}Users{% endblock %}
|
|
{% block stylesheets %}
|
|
<link rel="stylesheet" href="{{ asset("css/admin.css") }}">
|
|
{% endblock %}
|
|
|
|
{% block body %}
|
|
{{ form(form) }}
|
|
{% endblock %} |