{% extends 'base.html.twig' %} {% block title %}Theme index{% endblock %} {% block body %}
Theme index
{% for theme in themes %} {% else %} {% endfor %}
Id
actions
{{ theme.id }}
show
edit
no records found
Create new
{% endblock %}