Files: 0e4c66532895ce03fe710648bbd4aee0648ed182 / _layouts / page.html
138 bytesRaw
1 | --- |
2 | layout: default |
3 | --- |
4 | |
5 | {% include toc.html %} |
6 | |
7 | <div class="page"> |
8 | <h1 class="page-title">{{ page.title }}</h1> |
9 | {{ content }} |
10 | </div> |
11 |
Built with git-ssb-web