This website requires JavaScript.
Explore
Help
Sign In
lafleur
/
bop-hugo-theme
Watch
1
Star
0
Fork
You've already forked bop-hugo-theme
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
0daff6d122
bop-hugo-theme
/
layouts
/
_default
/
index.html
9 lines
102 B
HTML
Raw
Normal View
History
Unescape
Escape
initial commit
2020-10-14 01:00:50 +02:00
{{ define "main" }}
{{ with .Content }}
body section => main
2020-11-15 16:26:56 +01:00
<
main
>
initial commit
2020-10-14 01:00:50 +02:00
{{ . }}
body section => main
2020-11-15 16:26:56 +01:00
<
/
main
>
initial commit
2020-10-14 01:00:50 +02:00
{{ end }}
{{ end }}