projects
/
Sone.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Show name of album as page heading.
[Sone.git]
/
src
/
main
/
resources
/
templates
/
insert
/
index.html
1
<html>
2
<head>
3
<title>Sone “<% currentSone.name|html>” - Sone</title>
4
</head>
5
<body>
6
<h1>Sone “<% currentSone.name|html>”</h1>
7
<p>
8
This page should not be viewed directly; it is merely a reminder
9
that you should install the <i>Sone</i> plugin.
10
</p>
11
</body>
12
</html>