Files: 8237f9ca032f15f6d03813596867e55ddd2b094d / _layouts / page.html
176 bytesRaw
1 | --- |
2 | layout: default |
3 | --- |
4 | |
5 | {% if page.include_toc %} |
6 | {% include toc.html %} |
7 | {% endif %} |
8 | |
9 | <div class="page"> |
10 | <h1 class="page-title">{{ page.title }}</h1> |
11 | {{ content }} |
12 | </div> |
13 |
Built with git-ssb-web