index
:
soaos.dev.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
templates
/
page.html
blob: 4cd271b438ec14b6f30d121243d18d7b50f394a2 (
plain
) (
blame
)
1
2
{%
extends
"base.html"
%}
{%
block
content
%}
{{
page.content
|
safe
}}
{%
endblock
content
%}