projects
/
Sone.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
🎨 Replace deprecated “language” attribute
[Sone.git]
/
src
/
main
/
resources
/
templates
/
emptyAlbumTitle.html
1
<%include include/head.html>
2
3
<h1><%= Page.EmptyAlbumTitle.Page.Title|l10n|html></h1>
4
5
<p><%= Page.EmptyAlbumTitle.Text.EmptyAlbumTitle|l10n|html></p>
6
7
<%include include/tail.html>