blob: b3569680da2d25f1cfd50056215e6ec675ceb2ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<div class="git-wiki-page">
<section>
{% include git-wiki/sections/tools/tools.html %}
{% include git-wiki/components/toc/toc.html %}
{% if site.inc_before_content %}
{% include {{ site.inc_before_content }} %}
{% endif %}
<div id="git-wiki-content">
{{ content }}
</div>
{% if site.inc_after_content %}
{% include {{ site.inc_after_content }} %}
{% endif %}
</section>
</div>
|