first commit
This commit is contained in:
16
templates/layouts/app.html
Normal file
16
templates/layouts/app.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% 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>
|
||||
Reference in New Issue
Block a user