{% extends('base.html.twig') %} {% block body %}

{{ headline }}


{# -------------------------------------------------------------------------------------------------------------- #} {# create button #} {# -------------------------------------------------------------------------------------------------------------- #}
{# -------------------------------------------------------------------------------------------------------------- #} {# form #} {# -------------------------------------------------------------------------------------------------------------- #} {# desktop version >= 768px #} {% include 'admin/responsive/alias/desktop.html.twig' %} {# mobile version < 768px #} {% include 'admin/responsive/alias/mobile.html.twig' %} {# ---------------------------------------------------------------------------------------------------------- #} {# buttons #} {# ---------------------------------------------------------------------------------------------------------- #} {% endblock %}