{% extends "base.html.jinja" %} {% block title %}Import CSV{% endblock title %} {% block content %}

Welcome to SciPaperLoader

{% include "partials/flash_messages.html.jinja" %}

Instructions: Please upload a CSV file containing academic paper metadata. The file must include the following columns:

{% endblock content %} {% block scripts %} {{ super() }} {% endblock scripts %}