{% if title == "Início" %} {% set title = "Início" %} {% elseif title == "Tag" %} {% set title = "Tag: " + tag %} {% endif %} {% extends 'layout.html' %} {% block opengraph %} {% endblock %} {% block body %}
{% if messages.success %} {% endif %} {% if messages.error %} {% endif %} {% if messages.info %} {% endif %}
{% macro printWatches(title, top) -%}

{{ title }}

{{ alltags }}

{%- endmacro %} {% macro printTagCards(tagname) -%}

{{ tagname | capitalize}}

{%- endmacro %}
{% set tagsArray = ['ocupação', 'social', 'tech', 'musica', 'sci-fi', 'ativismo', 'veganismo', 'feminismo', 'educação', 'ditadura', 'animação', 'comédia', 'religião', 'natureza'] %} {% for tags in tagsArray%} {{ printTagCards(tags)}} {% endfor %}

{{ printWatches('Longas Recém Chegados', 'new-l') }} {{ printWatches('Curtas Recém Chegados', 'new-c') }} {{ printWatches('Longas Populares', 'top-l') }} {{ printWatches('Curtas Populares', 'top-c') }} {{ printWatches('Séries Populares', 'top-s') }}
{% endblock %}