Reduce the ugly, just bootstrap things.
[audio.git] / src / archive / templates / archive / tags / tags_table.html
1 {% if table %}<table class='table'>{% endif %}
2     {% for t, v in tags.items %}
3         <tr><th>{{ t }}</th><td>
4             {{ v|linebreaksbr }}
5         </td></tr>
6     {% endfor %}
7 {% if table %}</table>{% endif %}