{% if title == "Início" %} {% set title = "Início" %} {% elseif title == "Tag" %} {% set title = "Tag: " + tag %} {% endif %} {% extends 'layout.html' %} {% block body %}
{% if messages.success %} {% endif %} {% if messages.error %} {% endif %} {% if messages.info %} {% endif %}

{% if title == "Início" %} {{__('Adicionados recentemente')}} {% elseif tag %} Tag: {{tag}} {% endif %}

{% if watch == "" %}


{{__('Nada encontrado com a tag')}}: {{ tag }}.

{% endif %}

{{ alltags }}

{% endblock %}