Select Git revision
dataview_hits.xml
-
Arkhangelskiy, Timofey authoredArkhangelskiy, Timofey authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
dataview_hits.xml 211 B
<fcs:DataView type="application/x-clarin-fcs-hits+xml">
{% for hit in rf.dv_hits %}
<hits:Result xmlns:hits="http://clarin.eu/fcs/dataview/hits">
{{ hit.text | safe }}
</hits:Result>
{% endfor %}
</fcs:DataView>