1
0
Fork 0
simple-auction/views/index.hbs

10 lines
241 B
Handlebars
Raw Permalink Normal View History

2016-12-01 11:35:25 +08:00
<div class="row">
<div class="col-sm-10 offset-sm-1 col-md-8 offset-md-2 col-lg-6 offset-lg-3 col-xl-4 offset-xl-4">
{{{content}}}
2016-12-01 01:19:07 +08:00
2016-12-01 11:35:25 +08:00
<div>
<a href="/items/" class="btn btn-primary">Browse items for auction</a>
2016-12-01 01:19:07 +08:00
</div>
</div>
2016-12-01 11:35:25 +08:00
</div>