{% extends "layout.twig" %} {% block title %}edit tags{% endblock %} {% block menu %} {% include '_menu.twig' %} {% endblock %} {% block content %} {% if tags is empty %} no tags {% endif %}

{% trans "you can type several tags, separated by comma" %}

{% trans "back to the article" %} {% endblock %}