{% extends 'base-with-sidebar-and-grid.html' %} {% load staticfiles %} {% load custom_tags %} {% block title %}Split a song into units{% endblock %} {% block content-grid %}
{% include 'partials/spectrogram-controller.html' %}
{% for attr, value in song_info.items %} {% endfor %}
Attribute Value
{{ attr }} {{ value }}
{% endblock %} {% block scripts %} {% debug_mode as is_in_debug_mode %} {% if is_in_debug_mode %} {% else %} {% endif %} {% endblock %}