{% load static %}
<html>
  <head>
    <title>Gitlab to Gitea migrator</title>
    <link rel="stylesheet" href="{% static 'bootstrap.min.css' %}">
  </head>
  <body>
    <div class="container mt-4">
      {% block content %}
      {% endblock %}
    </div>
    <script src="{% static 'jquery-3.5.1.min.js' %}"></script>
    {% block javascript %}{% endblock %}
  </body>
</html>