You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
1.1 KiB
17 lines
1.1 KiB
<!DOCTYPE html>{% load static %}{% load compress %} |
|
<html> |
|
<head> |
|
<meta charset="utf-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1">{% compress css %} |
|
<link href="{% static 'fontawesomefree/css/all.min.css' %}" rel="stylesheet" type="text/css"> |
|
<link rel="stylesheet" type="text/x-scss" href="{% static 'wireframe.scss' %}" /> |
|
{% block 'extra_css' %}{% endblock %}{% endcompress %} |
|
<link rel="icon" href="{% static 'includes/' %}{{favicon}}"> |
|
<title>Edu.apps</title> |
|
</head> |
|
<body class="bg-light" style="">{% block 'body' %} |
|
{% endblock %}{% compress js %}<script src="{% static 'jquery-3.3.1.slim.min.js' %}" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script> |
|
<script src="{% static 'popper.min.js' %}" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script> |
|
<script src="{% static 'bootstrap.min.js' %}" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous" style=""></script>{% block 'extra_scripts' %}{% endblock %}{% endcompress %} |
|
</body> |
|
</html>
|
|
|