{% if background %}
<div id="home-background">
<div class="image-wrapper">
<img src="{{ asset('uploads/images/' ~ background.path) }}" alt="">
</div>
{% endif %}