Mercurial
Mercurial
>
spkt-testapp
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
testappproj/templates/index.html
changeset 0
0b061d58aea3
child 2
654c583fd78e
equal
deleted
inserted
replaced
-1:000000000000
0:0b061d58aea3
1
{%extends "base.html"%}
2
{%block body%}
3
4
<p> Welcome to testapp</p>
5
6
{%endblock%}
7