post template html
This commit is contained in:
parent
828b518196
commit
c40c91cf84
1 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
layout: base
|
||||||
|
---
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<h2>{{ title }}</h2>
|
||||||
|
{{ content | safe }}
|
||||||
|
</article>
|
||||||
Loading…
Reference in a new issue