index
:
particle-zola
master
Fork of https://github.com/svavs/particle-zola with customization & tweaks
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
templates
/
page.html
blob: 7d3c17570c4bd07e2824283566742f37d4398cb1 (
plain
)
1
2
3
4
5
6
{%
extends
"index.html"
%}
{%
block
content
%}
{{
page.content
}}
{%
endblock
content
%}