Add text if an album was not found.
[Sone.git] / src / main / resources / templates / imageBrowser.html
1 <%include include/head.html>
2
3         <h1><%= Page.ImageBrowser.Page.Title|l10n|html></h1>
4
5         <%if albumRequested>
6
7                 <%ifnull album>
8
9                         <p><%= Page.ImageBrowser.Album.Error.NotFound.Text|l10n|html></p>
10
11                 <%else>
12                 <%/if>
13
14         <%/if>
15
16 <%include include/tail.html>