Skip to content
Snippets Groups Projects
figure.mustache 285 B
<figure class="figure">
  <img src="{{ img.landscape-16x9.src }}" alt="{{ img.landscape-16x9.alt }}" />
  <figcaption>
    {{ caption }}
    {{^ caption }}
      {{ excerpt.short }}
      Autor: {{ person.first }} {{ person.last }} CC-BY-SA
    {{/ caption}}
  </figcaption>
</figure>