forked from rc/aircox
work on home page, fix views & templates issues
This commit is contained in:
12
aircox/templates/aircox/widgets/track_item.html
Normal file
12
aircox/templates/aircox/widgets/track_item.html
Normal file
@ -0,0 +1,12 @@
|
||||
{% comment %}
|
||||
Context:
|
||||
- object: track to render
|
||||
{% endcomment %}
|
||||
|
||||
<span class="has-text-info is-size-5">♬</span>
|
||||
<span>{{ object.title }}</span>
|
||||
<span class="has-text-grey-dark has-text-weight-light">
|
||||
— {{ object.artist }}
|
||||
{% if object.info %}(<i>{{ object.info }}</i>){% endif %}
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user