Simple image host.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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>