blob: 60ac46ea8336780fa28690b19dc7f54796ec70e0 (
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) { ]]
<br> <a href="[[- editlink ]]" class="editlink">Edit Room</a>
[[ } ]]
</h2>
</div>
<div class="share">
<h2>Share this on–</h2>
<a href="#">Facebook</a>
<a href="#">Twitter</a>
</div>
|