
* new style with picocss * djlint * rate distribution * collection item drag to order * discover available for guest * search combine movie tv
15 lines
358 B
HTML
15 lines
358 B
HTML
{% extends "item_base.html" %}
|
|
{% load static %}
|
|
{% load i18n %}
|
|
{% load l10n %}
|
|
{% load humanize %}
|
|
{% load admin_url %}
|
|
{% load mastodon %}
|
|
{% load oauth_token %}
|
|
{% load truncate %}
|
|
{% load strip_scheme %}
|
|
{% load thumb %}
|
|
<!-- class specific details -->
|
|
{% block details %}{% endblock %}
|
|
<!-- class specific sidebar -->
|
|
{% block sidebar %}{% endblock %}
|