chore: initial import for test contour with k3s CI
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{% extends 'admin_base.html.twig' %}
|
||||
|
||||
{% block title %}Edit Page{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Edit Page</h1>
|
||||
|
||||
{{ include('page/_form.html.twig', {'button_label': 'Update'}) }}
|
||||
|
||||
<a href="{{ path('page_index') }}">back to list</a>
|
||||
|
||||
{{ include('page/_delete_form.html.twig') }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user