repo.or.cz
/
pgweb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add a page listing recognised NPOs.
[pgweb.git]
/
templates
/
simple.html
blob
2cc7472c63ec93cb738ce9d8f2fbdeeee78df4b8
1
{%extends
"base/page.html"
%}
2
{%block title%}{{title}}{%endblock%}
3
{%block contents%}
4
<h1>
{{title}}
</h1>
5
<p>
6
{{message}}
7
</p>
8
{%endblock%}