{% extends 'base.html.twig' %} {% block title %}Header index{% endblock %} {% block body %}

Header index

{% for header in headers %} {% else %} {% endfor %}
Id Title Content BtnTitle BtnUrl Illustration Quantity actions
{{ header.id }} {{ header.title }} {{ header.content }} {{ header.btnTitle }} {{ header.btnUrl }} {{ header.illustration }} {{ header.quantity }} show edit
no records found
Create new {% endblock %}