You are here

exif_sample.html.twig in Exif 8.2

Same filename and directory in other branches
  1. 8 templates/exif_sample.html.twig
<img class="sample-image" src="{{ image_path }}"/>
<h3 class="sample-image">{% trans %}Example of field name and the metadata extracted{% endtrans %}</h3>
<div class="sample-metadata">
    {{ metadata | raw }}
</div>

File

templates/exif_sample.html.twig
View source
  1. <img class="sample-image" src="{{ image_path }}"/>
  2. <h3 class="sample-image">{% trans %}Example of field name and the metadata extracted{% endtrans %}</h3>
  3. <div class="sample-metadata">
  4. {{ metadata | raw }}
  5. </div>