1 <%include include/head.html>
5 <h1><%= Page.ViewSone.Page.TitleWithoutSone|l10n|html></h1>
7 <div><%= Page.ViewSone.UnknownSone.Description|l10n|html></div>
11 <h1><%= Page.ViewSone.Page.TitleWithSone|l10n|insert needle="{sone}" key=sone.niceName|html></h1>
13 <h1><%= Page.ViewSone.PostList.Title|l10n|insert needle="{sone}" key=sone.niceName|html></h1>
17 <div><a href="unfollowSone.html?sone=<% sone.id>"><%= Page.ViewSone.UnfollowSone.Text|l10n|html></a></div>
19 <div><a href="followSone.html?sone=<% sone.id>"><%= Page.ViewSone.FollowSone.Text|l10n|html></a></div>
24 <%foreach sone.posts post>
25 <%include include/viewPost.html>
27 <div><%= Page.ViewSone.PostList.Text.NoPostYet|l10n|html></div>
31 <h1><%= Page.ViewSone.Following.Title|l10n|html></h1>
34 <%foreach sone.friends sone>
35 <%include include/viewSone.html>
41 <%include include/tail.html>