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