projects
/
Sone.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add header for the list of posts on the “view Sone” page.
[Sone.git]
/
src
/
main
/
resources
/
templates
/
createSone.html
1
<%include include/head.html>
2
3
<h1><%= Page.Login.CreateSone.Title|l10n|html></h1>
4
<div><%= Page.Login.CreateSone.Description|l10n|html></div>
5
6
<%include include/createSone.html>
7
8
<%include include/tail.html>