This website requires JavaScript.
Explore
Help
Sign in
ch0ccyra1n
/
defiance-ng
Watch
1
Star
0
Fork
You've already forked defiance-ng
0
forked from
planex/defiance
Code
Pull requests
Activity
37f3e1ddb4
defiance-ng
/
layouts
/
index.html
6 lines
88 B
HTML
Raw
Normal View
History
Unescape
Escape
Initial commit part 2
2022-07-20 14:27:20 -07:00
{{ define "main" }}
<
div
>
<
h1
>
{{ .Site.Title }}
<
/
h1
>
add support for content in index
2022-08-08 15:32:24 -07:00
{{ .Content }}
Initial commit part 2
2022-07-20 14:27:20 -07:00
<
/
div
>
{{ end }}
Copy permalink