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

{{ t(title) }}

{{ alltags }}

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

{{ t(tagname) | capitalize}}

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


{{ printWatches('Para Assistir Hoje', hot) }} {{ printWatches('Obras Recém Chegadas', fresh_all) }} {{ printWatches('Em Alta na Libreflix', new_l) }} {{ printWatches('Seleção 1º de Maio', diadotrabalhador) }} {{ printWatches('Longas Populares', top_l) }} {{ printWatches('Curtas Populares', top_c) }} {{ printWatches('Especial #DitaduraNuncaMais', ditadura) }} {{ printWatches('Séries Populares', top_s) }} {{ printWatches('Curtas Recém Chegados', new_c) }}
{#

Idioma Desconhecido

{{ w.subtitle | truncate(35) }} {% if w.subtitle %}

{%endif%} {{w.year}} {% if w.classind %} · {{ w.classind }}{% endif %} {% if w.duration %} · {{ w.duration }} {% endif %}

#} {% endblock %}