You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wubloader/buscribe_api/templates/busubs.jinja

7 lines
148 B
Plaintext

3 years ago
WEBVTT
{% for row in results %}
{%- if row.transcription_line is not none %}
{%- include "busub.jinja" %}
{%- endif %}
3 years ago
{% endfor %}