{% extends 'base.html' %} {% block title %}Split Line{% endblock title %} {% block content %}
Select file to import
{% for file in files %}

{{file}}

{% endfor %}
{% endblock content %}