{% load static %} <!DOCTYPE html> <html> <head> <title>{{ app_name }} Login</title> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body style="margin: 0"> <div id="root" /> </body> <script src="https://use.fontawesome.com/b911bcf9e2.js"></script> <script type="text/javascript" src="{% static 'er2_oauth/dist/index.min.js' %}?v={{ version }}"></script> </html>