ORIENT/themes/modern/layouts/static.htm

28 lines
564 B
HTML
Raw Normal View History

2021-03-10 09:06:43 +00:00
[localePicker]
forceUrl = 1
[staticPage]
useContent = 1
default = 0
==
<!DOCTYPE html>
<html lang="{{activeLocale}}">
{% partial 'head' %}
<body>
{% partial 'header' %}
2021-03-10 13:38:10 +00:00
<section class="main mr-top-bot">
2021-03-10 09:06:43 +00:00
<div class="auto__container">
2021-03-10 13:38:10 +00:00
{% page %}
2021-03-10 09:06:43 +00:00
</div>
</section>
{% partial 'footer' %}
<!-- javascript start
============================================= -->
2021-03-10 13:38:10 +00:00
<script src="{{ ['assets/js/jquery.js','assets/js/menu.js']|theme }}"></script>
2021-03-10 09:06:43 +00:00
{% framework extras %}
2021-03-10 13:38:10 +00:00
2021-03-10 09:06:43 +00:00
<!-- javascript end
============================================= -->
</body>
</html>