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

Tag index

{% for tag in tags %} {% else %} {% endfor %}
Id Name Slug actions
{{ tag.id }} {{ tag.name }} {{ tag.slug }} show edit
no records found
Create new {% endblock %}