default.html 750 字节
Newer Older
C
chomik 已提交
1 2 3 4
---
layout: base
---

C
codecalm 已提交
5
<div class="d-flex flex-row h-100p">
C
codecalm 已提交
6
   {% comment %}{% include layout/sidenav.html dark=true folded=false fixed=true %}{% endcomment %}
C
chomik 已提交
7

C
codecalm 已提交
8
   <div class="layout-main d-flex flex-column flex-fill max-w-full">
C
codecalm 已提交
9
      {% include layout/topnav.html dark=page.header-dark sticky=page.header-sticky %}
C
codecalm 已提交
10 11

      {% unless page.nav-position == 'left' or page.nav-position == 'right'%}
C
codecalm 已提交
12
      {% include layout/topmenu.html %}
C
codecalm 已提交
13
      {% endunless %}
C
chomik 已提交
14

C
codecalm 已提交
15
      <main class="container{% if page.container-size %} container-{{ page.container-size }}{% endif %}{% if page.fluid %}-fluid{% endif %} my-4 flex-fill">
C
codecalm 已提交
16
         {% include layout/page-title.html %}
C
chomik 已提交
17

C
codecalm 已提交
18
         {{ content }}
C
codecalm 已提交
19 20
      </main>
   </div>
C
chomik 已提交
21
</div>
C
codecalm 已提交
22 23

{% include layout/modals.html %}