{% extends 'base.html' %} {% block title %}Página Inicial{% endblock %} {% block content %} {% if featured %}
Featured Content

{{ featured.title }}

{{ featured.description }}

Ver Agora
{% csrf_token %} {% if exists %} {% else %} {% endif %}
{% endif %}

Filmes

{% for movie in movies %}
Similar Movie 1

{{ movie.title }}

{% endfor %}

Séries (BREVEMENTE)

{% endblock %}