|
| 1 | +--- |
| 2 | +# This file is licensed under the MIT License (MIT) available on |
| 3 | +# http://opensource.org/licenses/MIT. |
| 4 | +--- |
| 5 | +<!DOCTYPE HTML> |
| 6 | +<html lang="{{ page.lang }}"> |
| 7 | + |
| 8 | +{% comment %} |
| 9 | +<!-- on non-translated pages (e.g. Download page), use conditionals to |
| 10 | +use the base template --> |
| 11 | +{% endcomment %} |
| 12 | + |
| 13 | +<head> |
| 14 | +{% include layout/base-knots/html-head-jquery-css.html %} |
| 15 | +{% include layout/base/html-head.html %} |
| 16 | +</head> |
| 17 | + |
| 18 | +<body> |
| 19 | +{% include layout/base/pagetop-donation.html %} |
| 20 | +{% include layout/base/pagetop-detect-mobile.html %} |
| 21 | +{% include layout/base/pagetop-alert.html %} |
| 22 | +{% include layout/base-knots/pagetop-moved-notice.html %} |
| 23 | + |
| 24 | +<div class="head"><div> |
| 25 | + {% include layout/base/head-mobile-menu.html %} |
| 26 | + {% if page.lang == 'en' %} |
| 27 | + {% include layout/base-knots/head-logo.html %} |
| 28 | + {% include layout/base-knots/head-menu.html %} |
| 29 | + {% else %} |
| 30 | + {% include layout/base/head-logo.html %} |
| 31 | + {% include layout/base/head-menu.html %} |
| 32 | + {% endif %} |
| 33 | + {% include layout/base/head-language-dropdown.html %} |
| 34 | + {% include layout/base/head-language-select.html %} |
| 35 | +</div></div> |
| 36 | + |
| 37 | +<div class="body"> |
| 38 | + {% include layout/base-knots/content.html %} |
| 39 | + <div class="footer"> |
| 40 | + <div class="container"> |
| 41 | + {% include layout/base/footer-logo.html %} |
| 42 | + {% include layout/base/footer-menu.html %} |
| 43 | + </div> |
| 44 | + {% include layout/base-knots/footer-license.html %} |
| 45 | + </div> |
| 46 | +</div> |
| 47 | + |
| 48 | +{% include layout/base/footer-js.html %} |
| 49 | +</body> |
| 50 | + |
| 51 | +</html> |
0 commit comments