{% 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 enter multiple tags, separated by commas." %}

{% trans "return to article" %} {% endblock %}