Argyrios Deligiannidis af7c12dc85 SpitiGlykou
2022-06-26 23:37:10 +03:00

16 lines
366 B
HTML

{% load static %}
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<link rel="stylesheet" href="{% static 'layer/theme/default/layer.css' %}">
<script src="{% static 'jquery/jquery-2.1.3.min.js' %}"></script>
{% block css %} {% endblock %}
</head>
{% block js %}{% endblock %}
<body style="background: white">
{% block main %} {% endblock %}
</body>
</html>