Simple image host.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

collection.html 226B

12345
  1. <div class="collection">
  2. <span class="date-created">{{arg#date_created}}</span>
  3. <a class="name" href="/view?{{arg#id}}">{{arg#name}}</a>
  4. {{arg#own_profile ? '<button class="delete btn btn-default">X</button>' : ''}}
  5. </div>