index
:
armand.philippot.eu
main
The source code of my personal website.
Armand Philippot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
templates
/
index.html
blob: 10c777f55116c71eadef94c14d677969ba136e1f (
plain
)
1
2
3
4
5
{%
extends
"base.html"
%}
{%
block
main
%}
<
h1
>
Hello, world!
</
h1
>
{%
endblock
main
%}