2017-10-03 19:34:59 +03:00
<!doctype html>
2015-08-14 22:45:55 -07:00
< html lang = "en" >
< head >
{% include header.html %}
< / head >
2017-10-17 18:38:38 -07:00
< body >
2018-03-02 00:44:40 +01:00
{% include skippy.html %}
2015-08-14 22:45:55 -07:00
2017-05-30 13:25:26 -07:00
{% include docs-navbar.html %}
2015-08-14 22:45:55 -07:00
2017-05-27 17:30:07 -07:00
< div class = "container-fluid" >
2017-05-27 18:24:00 -07:00
< div class = "row flex-xl-nowrap" >
2019-05-08 18:58:29 +02:00
< div class = "col-md-3 col-xl-2 bd-sidebar" >
2017-05-30 13:25:26 -07:00
{% include docs-sidebar.html %}
2015-08-14 22:45:55 -07:00
< / div >
2017-05-27 21:44:42 -07:00
{% if page.toc %}
2019-02-27 12:37:52 +01:00
< nav class = "d-none d-xl-block col-xl-2 bd-toc" aria-label = "Secondary navigation" >
2017-05-27 21:44:42 -07:00
{{ content | toc_only }}
2019-02-27 12:37:52 +01:00
< / nav >
2017-05-27 21:44:42 -07:00
{% endif %}
2017-06-17 10:28:19 -07:00
2019-05-08 18:58:29 +02:00
< main class = "col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role = "main" >
2020-08-04 18:54:01 +03:00
< div class = "d-md-flex flex-md-row-reverse align-items-center justify-content-between" >
< a class = "btn btn-sm btn-bd-light my-2 my-md-0" href = "{{ site.repo }}/tree/v4-dev/site/{{ page.path }}" title = "View and edit this file on GitHub" target = "_blank" rel = "noopener" > View on GitHub< / a >
< h1 class = "bd-title" id = "content" > {{ page.title | smartify }}< / h1 >
< / div >
2017-11-25 02:13:39 +02:00
< p class = "bd-lead" > {{ page.description | smartify }}< / p >
2017-06-17 10:28:19 -07:00
{% include ads.html %}
2018-11-23 15:00:03 +02:00
{{ content }}
2017-06-17 10:28:19 -07:00
< / main >
2015-08-14 22:45:55 -07:00
< / div >
< / div >
2017-05-29 10:52:13 -07:00
{% include scripts.html %}
2015-08-14 22:45:55 -07:00
< / body >
< / html >