Files
genshin-world/templates/_dashboard/node/edit.html.twig
2025-07-15 23:39:10 +02:00

12 lines
272 B
Twig

{% extends 'base.html.twig' %}
{% block title %}Edit Node{% endblock %}
{% block body %}
<h1>Edit Node</h1>
{{ include('_dashboard/node/_form.html.twig', {'button_label': 'Update'}) }}
{{ include('_dashboard/node/_delete_form.html.twig') }}
{% endblock %}