38 lines
1.3 KiB
Twig
38 lines
1.3 KiB
Twig
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<link rel="icon" href="/favicon.png?v=2" type="image/png">
|
|
<link rel="icon" href="/favicon.ico?v=2" type="image/x-icon">
|
|
<title>{{ title }}</title>
|
|
<script type="text/javascript">window.appConfig = {{ app_config|json_encode|raw }};</script>
|
|
{{ meta_html|raw }}
|
|
{{ static_html|raw }}
|
|
</head>
|
|
<body>
|
|
{{ svg_html|raw }}
|
|
<div class="page-content base-width">
|
|
|
|
<div class="head no-subtitle">
|
|
<div class="head-inner">
|
|
<div class="head-logo-wrap">
|
|
<div class="head-logo">
|
|
<a href="/">
|
|
<div class="head-logo-title">{{ "invisible_college"|lang }}</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="head-items">
|
|
<a class="head-item {% if render_options.head_section == 'tbc' %} is-selected{% endif %}" href="/tbc/">
|
|
guide
|
|
</a><a class="head-item {% if render_options.head_section == 'books' %} is-selected{% endif %}" href="/works/">
|
|
{{ "books"|lang }}
|
|
</a><a class="head-item is-ic" href="{{ home_url }}">
|
|
foreign one {{ svgInPlace('riverbank_eagle_20') }}
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="page-content-inner"> |