Files

12 lines
339 B
Twig

{% extends 'admin/layout.html.twig' %}
{% block title %}Einstellungen - Jobprofil anlegen{% endblock %}
{% block content %}
<div class="max-w-screen-sm">
<h1 class="text-2xl font-bold pb-8">
Jobprofil anlegen
</h1>
{% include 'admin/system/job_profile/_form.html.twig' %}
</div>
{% endblock %}