Initial commit
This commit is contained in:
9
templates/_dashboard/node/new.html.twig
Normal file
9
templates/_dashboard/node/new.html.twig
Normal file
@ -0,0 +1,9 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}New Node{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Create new Node</h1>
|
||||
|
||||
{{ include('_dashboard/node/_form.html.twig') }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user