gurl_o/themes/gurlushyk/layouts/default.htm

60 lines
2.0 KiB
HTML
Raw Normal View History

2023-07-23 05:57:06 +00:00
[session]
security = "all"
2023-10-03 12:00:10 +00:00
redirect = "login"
2023-07-23 05:57:06 +00:00
2023-10-03 12:00:10 +00:00
[localePicker]
forceUrl = 0
2023-07-23 05:57:06 +00:00
==
2023-10-03 12:00:10 +00:00
<html lang="en">
2023-07-23 05:57:06 +00:00
2023-10-03 12:00:10 +00:00
<head>
2023-07-23 05:57:06 +00:00
<meta charset="UTF-8">
2023-10-03 12:00:10 +00:00
<meta name="description" content="{{ this.page.meta_description }}">
<meta name="title" content="{{ this.page.meta_title }}">
2023-07-23 05:57:06 +00:00
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2023-10-03 12:00:10 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>{{ this.page.title }}</title>
<link rel="icon" href="{{ 'assets/img/core-img/favicon.png'|theme}}">
<link rel="stylesheet" href="{{ 'assets/css/style.css'|theme}}">
2023-07-23 05:57:06 +00:00
</head>
2023-10-03 12:00:10 +00:00
<body>
<!-- Preloader -->
2023-10-03 12:20:59 +00:00
<!-- <div id="preloader">
2023-10-03 12:00:10 +00:00
<div class="spinner-grow" role="status">
<span class="sr-only">Ýüklenýär...</span>
</div>
2023-10-03 12:20:59 +00:00
</div> -->
2023-07-23 05:57:06 +00:00
2023-10-03 12:00:10 +00:00
{% partial 'header' %}
2023-07-23 05:57:06 +00:00
2023-10-03 12:00:10 +00:00
{% page %}
2023-07-23 05:57:06 +00:00
2023-10-03 12:00:10 +00:00
{% partial 'footer' %}
2023-07-23 05:57:06 +00:00
2023-10-03 12:00:10 +00:00
<script src="{{ 'assets/js/jquery.min.js'|theme }}"></script>
<script src="{{ 'assets/js/popper.min.js'|theme }}"></script>
<script src="{{ 'assets/js/bootstrap.min.js'|theme }}"></script>
<script src="{{ 'assets/js/jquery.easing.min.js'|theme }}"></script>
<script src="{{ 'assets/js/default/classy-nav.min.js'|theme }}"></script>
<script src="{{ 'assets/js/owl.carousel.min.js'|theme }}"></script>
<script src="{{ 'assets/js/default/scrollup.js'|theme }}"></script>
<script src="{{ 'assets/js/waypoints.min.js'|theme }}"></script>
<script src="{{ 'assets/js/jquery.countdown.min.js'|theme }}"></script>
<script src="{{ 'assets/js/jquery.counterup.min.js'|theme }}"></script>
<script src="{{ 'assets/js/jquery-ui.min.js'|theme }}"></script>
<script src="{{ 'assets/js/jarallax.min.js'|theme }}"></script>
<script src="{{ 'assets/js/jarallax-video.min.js'|theme }}"></script>
<script src="{{ 'assets/js/jquery.magnific-popup.min.js'|theme }}"></script>
<script src="{{ 'assets/js/wow.min.js'|theme }}"></script>
<script src="{{ 'assets/js/default/active.js'|theme }}"></script>
2023-07-23 05:57:06 +00:00
2023-10-03 12:00:10 +00:00
{% framework extras %}
2023-07-23 05:57:06 +00:00
2023-10-03 12:00:10 +00:00
{% scripts %}
2023-07-23 05:57:06 +00:00
</body>
2023-10-03 12:00:10 +00:00
</html>