index
:
vidhukant-hugo
master
My hugo theme 1
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
layouts
/
lists
/
single.html
blob: f5870e5706247d90b72ee70f8634de603bba03e4 (
plain
)
1
2
3
4
5
{{
define
"main"
}}
<
div
class
=
"
{{
.Params.listType
}}
"
>
{{
.Content
}}
</
div
>
{{
end
}}