{% extends 'baseadmin.html.twig' %} {% block title %}{{ parent() }} - Templates{% endblock %} {% block content %}
{% include "admin/template/_editor.html.twig" with {"creating": true} %}
{% endblock %}