diff --git a/vrobbler/templates/charts/bandcamp_tracks.html b/vrobbler/templates/charts/bandcamp_tracks.html
new file mode 100644
index 0000000..afc3801
--- /dev/null
+++ b/vrobbler/templates/charts/bandcamp_tracks.html
@@ -0,0 +1,34 @@
+{% extends "base_list.html" %}
+
+{% block title %}Bandcamp Tracks{% endblock %}
+
+{% block head_extra %}
+
+{% endblock %}
+
+{% block lists %}
+
+
+
🎵 Top Bandcamp Tracks
+
Shows tracks scrobbled from Bandcamp via Mopidy
+
+
+
+
+
+
+ {% for item in bandcamp_tracks %}
+ -
+ #{{ forloop.counter }}
+ {{ item.track.title }}
+ {{ item.count }}
+
+ {% empty %}
+ - No Bandcamp tracks found.
+ {% endfor %}
+
+
+
+{% endblock %}
diff --git a/vrobbler/templates/charts/chart_index.html b/vrobbler/templates/charts/chart_index.html
index f0e5b9d..1c880ba 100644
--- a/vrobbler/templates/charts/chart_index.html
+++ b/vrobbler/templates/charts/chart_index.html
@@ -17,6 +17,13 @@
{% block lists %}
+
+
{% if chart_type == "maloja" %}
{% include "scrobbles/_top_charts.html" %}
{% else %}
@@ -24,9 +31,16 @@
{% if period_type == "day" %}