24 lines
451 B
HTML
24 lines
451 B
HTML
<!DOCTYPE html>
|
|
<!--if lt IE 7<html class="no-js lt-ie9 lt-ie8 lt-ie7">
|
|
-->
|
|
<!--if IE 7<html class="no-js lt-ie9 lt-ie8">
|
|
-->
|
|
<!--if IE 8<html class="no-js lt-ie9">
|
|
-->
|
|
<!-- [if gt IE 8] <!-->
|
|
<html lang="en" class="no-js">
|
|
<!-- <![endif]-->
|
|
<head>
|
|
|
|
{% include "header.html" %}
|
|
{% block head_add_header %}
|
|
{% endblock %}
|
|
</head>
|
|
<body class="nav-md">
|
|
{% block body %}{% endblock %}
|
|
|
|
<script>
|
|
NProgress.done();
|
|
</script>
|
|
</body>
|
|
</html> |