{% 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 %}