blob: 7115d4d934c18ce0d5f910c28b763057b79ab9e4 (
plain)
1
2
3
4
5
6
7
8
|
<div id="gallery">
<script class="template" type="text/html">
<div>
<a href="{{link}}"><img class="thumb" src="{{thumb}}"></a>
<br>(<a href="/profile/{{username}}">{{username}}</a>, {{age}})
</div>
</script>
</div>
|