summaryrefslogtreecommitdiff
path: root/_includes/git-wiki/sections/content/content.html
blob: 58e442113471ca0445fd922aa902de9db7981c0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<div class="git-wiki-content">
  <section>

    {% include git-wiki/sections/tools/tools.html %}

    {% if site.inc_before_toc %}
    {% include {{ site.inc_before_toc }} %}
    {% endif %}

    <div id="toc"></div>

    {% if site.inc_after_toc %}
    {% include {{ site.inc_after_toc }} %}
    {% endif %}

    {% if site.inc_before_content %}
    {% include {{ site.inc_before_content }} %}
    {% endif %}

    <div id="content">
      {{ content }}
    </div>

    {% if site.inc_after_content %}
    {% include {{ site.inc_after_content }} %}
    {% endif %}
  </section>
</div>