Cats is a simple page
This commit is contained in:
parent
4e66ee142e
commit
e19fe3d88b
2 changed files with 18 additions and 4 deletions
12
layouts/simple/single.html
Normal file
12
layouts/simple/single.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
{{ define "main" }}
|
||||
|
||||
<article class="post-single">
|
||||
<header class="post-title">
|
||||
<h1>{{ .Title }}</h1>
|
||||
</header>
|
||||
<section class="post-content">
|
||||
{{ .Content }}
|
||||
</section>
|
||||
</article>
|
||||
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue