{% extends "core/base.html" %} {% load qrcode %} {% load youtube %} {% block title %}{{ artist.name }}{% endblock %} {% block body_class %}center{% endblock %} {% block body %}

{{ artist.name }}

{{ artist.genre }} · {{ artist.origin }}
{{ artist.comment }}

{% if session_url %} QR-Code anzeigen {% if offset < count|add:-1 %} {% endif %} {% endif %} {% endblock %}