collection-crud/templates/gpu_core/new.html.twig

20 lines
367 B
Twig

{% extends 'form.html.twig' %}
{% block title %}GPU Core - {% endblock %}
{% block form %}
<h2>Create new GPU Core</h2>
<div class="small callout">
<ul>
<li>
<a href="{{ path('gpu-core_index') }}">Back to the list</a>
</li>
</ul>
</div>
<div class="large primary callout">
{{ include('gpu_core/_form.html.twig') }}
</div>
{% endblock %}