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

10 lines
188 B
Twig

{% extends 'base.html.twig' %}
{% block title %}New Node{% endblock %}
{% block body %}
<h1>Create new Node</h1>
{{ include('_dashboard/node/_form.html.twig') }}
{% endblock %}