23 lines
684 B
Text
23 lines
684 B
Text
{{#items}}
|
|
|
|
<div class="col-sm-6 col-md-4">
|
|
<div class="thumbnail">
|
|
<h3><a href='/hack/path64/{{item.URI}}/'>{{item.title}}</a></h3>
|
|
<h4>{{#item.creator}}</h4><small>by: <i>{{item.creator}}</i></small>{{/item.creator}}
|
|
<img src="..." alt="...">
|
|
{{#item.player}}
|
|
<p><iframe style="display:none;" frameBorder='0' seamless='seamless' width='{{width}}' height='{{height}}' src='{{url}}'></iframe></p>
|
|
{{/item.player}}
|
|
<div class="caption">
|
|
<p><i>{{item.description}}</i></p>
|
|
<p><a href="#" class="btn btn-primary" role="button">Button</a> <a href="#" class="btn btn-default" role="button">Button</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{/items}}
|