Skip to content

Commit 1e29db2

Browse files
committed
Created default.html
1 parent 89c9bcf commit 1e29db2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

default.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{% include head.html %}
2+
3+
<h1>{{ page.title }}</h1>
4+
5+
{{ content }}
6+
7+
{% include foot.html %}

0 commit comments

Comments
 (0)