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 218B

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