templates/default/background.html.twig line 1

Open in your IDE?
  1.       
  2. {% if background %}
  3.   <div id="home-background">
  4.           <div class="image-wrapper">
  5.               <img src="{{ asset('uploads/images/' ~ background.path) }}" alt="">              
  6.           </div>
  7.   </div>
  8. {% endif %}