Files
dj52/templates/layouts/app.html
Beyhan Oğur ec28a2024d first commit
2026-04-26 22:22:29 +03:00

16 lines
464 B
HTML

{% load static %}
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
{% include 'include/_header.html' %}
<body class="page-top">
{% block content %}
{% endblock %}
{% include 'include/_js.html' %}
</body>
</html>