maju.www
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

drawing.html.twig
text/plain

Download raw (398 bytes)

{% set images = ["emboiter-2", "emboiter", "feuilles-chene", "gouge", "mesure", "scie-circulaire", "scie-circulaire-2", "scie", "vis"] %}
{% set selectedImage = random(images) %}
{% set imglink = 'theme://images/drawings/' ~ selectedImage ~ '.svg' %}
<section data-info-visibility="hidden" data-project-type="drawing" class="project {{ selectedImage }}">
  {{ svg_image(imglink)|raw  }}
</section>