Same filename and directory in other branches
  1. 8.x-2.x templates/exif_sample.html.twig 1 comment

{% trans %}Example of field name and the metadata extracted{% endtrans %}

1 theme call to exif_sample.html.twig
ExifSettingsController::showSample in src/Controller/ExifSettingsController.php
Create a sample HTML Fragment.

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>