41 lines
708 B
HTML
Executable File
41 lines
708 B
HTML
Executable File
[localePicker]
|
|
forceUrl = 1
|
|
|
|
[staticMenu]
|
|
code = "top-menu"
|
|
==
|
|
<!DOCTYPE html>
|
|
<html lang="{{activeLocale}}">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>KÖŇÜL ARZUWY - {{this.page.meta_title}}</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
|
|
{% partial "css" %}
|
|
|
|
{% styles %}
|
|
</head>
|
|
|
|
<body>
|
|
<div class="body-inner">
|
|
|
|
{% partial 'top-bar' %}
|
|
|
|
{% partial 'header' %}
|
|
|
|
{% page %}
|
|
|
|
{% partial 'footer' %}
|
|
|
|
{% partial 'js' %}
|
|
|
|
{% framework extras %}
|
|
|
|
{% scripts %}
|
|
|
|
</div>
|
|
</body>
|
|
|
|
</html> |