git ssb

0+

k4ml / belajar-js



Tree: 718ba19bb3eb95a349fb466e00a1d666b0949ee6

Files: 718ba19bb3eb95a349fb466e00a1d666b0949ee6 / _layouts / page.html

202 bytesRaw
1---
2layout: 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
14{% include disqus.html %}

Built with git-ssb-web