forked from kristjan/cjvt-valency
frontend_devops fix
This commit is contained in:
12
dip_src/flask_app/templates/words.html
Normal file
12
dip_src/flask_app/templates/words.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<ul>
|
||||
{% for w in words %}
|
||||
<li>
|
||||
<a href="javascript:get_frames('{{ w[0] }}')">{{ w[0] + " (" + w[1]|string + ")" }}
|
||||
{# Star indicates sense data has been preprocessed. #}
|
||||
{% if w[2] %}
|
||||
{{ "*" }}
|
||||
{% endif %}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user