{% extends 'shared/core/base.html' %} {% load static %} {% block head %} {% endblock head %} {% block content %}
{% include 'partials/_anime_list.html' with anime_list=top_airing_anime title="Currently Top Airing" %} {% include 'partials/_anime_list.html' with anime_list=popular_anime title="Most Popular Among Folks" %} {% include 'partials/_anime_list.html' with anime_list=top_anime title="Highly Rated Stuff" %} {% include 'partials/_anime_list.html' with anime_list=trending_anime title="The Trending Section" %} {% include "partials/_anime_footer.html" %} {% endblock content %}