{% include 'header.html' %}
Repository files
Filename
Tech
{% for row in data %}
{{ row['Provider'] }}
{{ row['Language'] }}
{% endfor %}
{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}