MyTube/templates/user/user-new.html.twig
2021-01-18 00:17:08 +01:00

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 %}