{% extends "trakt-base.html" %} {% block trakt_title %}{{ title }}{% endblock %} {% block trakt_content %} {% if library %}

{{ user }}'s Library

{{ type }} {% if type == 'Movies' %} Shows {% else %} Movies {% endif %}
{% endif %} {% endblock %}