{% extends 'base.html' %} {% from "macros.html" import render_field %} {% block title %}Add URLs{% endblock %} {% block content_title %}Add URLs{% endblock %} {% block content_description %}Add a list of URLs and the corresponding documents to EveAI. In some cases, url's cannot be loaded directly. Download the html and add it as a document in that case.{% endblock %} {% block content %}
{% endblock %} {% block content_footer %} {% endblock %}