blob: b27ea6d23d223d7c119993a5d67e1752b3eb51c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<div class="aboutRoom vvbox">
<h1>
[[- name ]],
<a href="[[- authorlink ]]">[[- author ]]</a>
</h1>
<span class="txt">[[- description ]]</span>
<h2>
Last modified [[- date ]]
[[ if (canEdit) { ]]
<a href="[[- editlink ]]" class="btn warn marg">Edit Room</a>
[[ } ]]
</h2>
</div>
<div class="share">
<h2>Share this on–</h2>
<a href="#">Facebook</a>
<a href="#">Twitter</a>
</div>
|