---
title: Track Index
description:
layout: default
---

<div>
  {% for post in site.categories.music offset: 0 %}
  <a href="{{ post.url }}">
    <div style="background:url({{ site.audio_url }}{{ post.bgimg }});background-size:cover;">
      <p><strong>{{ post.title }}</strong></p>
    </div>
  </a>
  {% endfor %}
</div>