wgtpkg-install: Force uninstall
[src/app-framework-main.git] / docs / _layouts / layout.html
1 <!DOCTYPE HTML>
2 <html lang="{{ config.language }}" {% if page.dir == "rtl" %}dir="rtl"{% endif %}>
3     <head>
4         <meta charset="UTF-8">
5         <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
6         <title>{% block title %}{{ config.title|d("GitBook", true) }}{% endblock %}</title>
7         <meta http-equiv="X-UA-Compatible" content="IE=edge" />
8         <meta name="description" content="{% block description %}{% endblock %}">
9         <meta name="generator" content="GitBook {{ gitbook.version }}">
10         {% if config.author %}<meta name="author" content="{{ config.author }}">{% endif %}
11         {% if config.isbn %}<meta name="identifier" content="{{ config.isbn }}" scheme="ISBN">{% endif %}
12         {% block style %}
13             {% for resource in plugins.resources.css %}
14                 {% if resource.url %}
15                 <link rel="stylesheet" href="{{ resource.url }}">
16                 {% else %}
17                 <link rel="stylesheet" href="{{ resource.path|resolveAsset }}">
18                 {% endif %}
19             {% endfor %}
20         {% endblock %}
21
22         {% block head %}{% endblock %}
23     </head>
24     <body>
25         {% block body %}{% endblock %}
26         {% block javascript %}{% endblock %}
27     </body>
28 </html>