33 lines
638 B
HTML
33 lines
638 B
HTML
[localePicker]
|
|
forceUrl = 1
|
|
|
|
[SeoStaticPage]
|
|
|
|
[staticPage]
|
|
useContent = 1
|
|
default = 0
|
|
==
|
|
<!DOCTYPE html>
|
|
<html lang="{{activeLocale}}">
|
|
<head>
|
|
{% component 'SeoStaticPage' %}
|
|
{% partial 'head' %}
|
|
</head>
|
|
<body>
|
|
{% partial 'header' %}
|
|
<section class="main mr-top-bot">
|
|
<main class="auto__container">
|
|
{% page %}
|
|
</main>
|
|
</section>
|
|
{% partial 'footer' %}
|
|
<!-- javascript start
|
|
============================================= -->
|
|
<script src="{{ ['assets/js/jquery.js','assets/js/menu.js']|theme }}"></script>
|
|
{% framework extras %}
|
|
|
|
<!-- javascript end
|
|
============================================= -->
|
|
</body>
|
|
</html>
|