{% extends "base.html" %} {% block content %}
{{ tab.artist_name }} - {{ tab.song_name }} (ver {{tab.version }})
View on Ultimate Guitar
Difficulty: {{ tab.difficulty }}
Capo: {% if tab.capo %} {{ tab.capo -}} th fret {% else %} no capo {% endif %}
{% if tab.tuning %} Tuning: {{ tab.tuning }}
{% endif %}
❮❮ ❯❯
Transpose

{{ tab.tab | safe }}
{% if tab.alternatives %}

Alternative versions

{% endif %} {% endblock %}