Welcome to mirror list, hosted at ThFree Co, Russian Federation.

status-with-photo-backdrop.handlebars - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 985606c4bec3642ae56430fb530eb42cb7ba6809 (plain)
1
2
3
4
5
6
7
8
9
<div class="status-withmulti-photo">
  <h1>
    {{text}}
  </h1>

  {{#each photos}}
    <img src="{{sizes.large}}" />
  {{/each}}
</div>