Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

LICENSE

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    This project is licensed under the MIT License. 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>