22 lines
772 B
Text
22 lines
772 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}}
|
|
<iframe class="embed-iframe" frameBorder='0' seamless='seamless' src='{{url}}'></iframe>
|
|
{{/item.player}}
|
|
<div class="caption">
|
|
<p><i>{{item.description}}</i></p>
|
|
<p>
|
|
<a href='/hack/path64/{{item.URI}}/' role="button" class="btn btn-primary">
|
|
<img title="Download" alt="[Download]" src="http://arkiwi.org/arav_icons/download_icon.png">
|
|
</a>
|
|
<a href="#" >Button</a>
|
|
<a href="#" class="btn btn-default" role="button">Button</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{{/items}}
|