Uk Aid Match Footer {% include 'components/dfid/uk-aid-match-footer' %}
#
HTML
<div class="uk-aidmatch-footer">

	<div class="inner">

		<div class="uk-aidmatch-footer__image">
			<picture class="">
	            <source media="(min-width: 465px)" srcset="/images/mainsite5/dfid/LentAppeal_Component_Sticker_DESKTOP_NEW.png, /images/mainsite5/dfid/LentAppeal_Component_Sticker_DESKTOP_NEW@2x.png 2x">
	            <source media="(min-width: 375px)" srcset="/images/mainsite5/dfid/LentAppeal_Component_Sticker_MOBILE.png, /images/mainsite5/dfid/LentAppeal_Component_Sticker_MOBILE@2x.png 2x">
	            <img src="/images/mainsite5/dfid/LentAppeal_Component_Sticker_MOBILE.png" alt="Lent appeal">
	        </picture>
		</div>

		<div class="uk-aidmatch-footer__copy">

			<h2>LIFT FAMILIES OUT 
OF THE RUBBISH</h2>

			<p>Rubina lives in a waste-strewn slum and her disabled son has breathing problems. Your donation could set up recycling hubs to clear away the rubbish.</p>

			<a class="button" href="#">Donate now</a>

			<div class="ukaidmatchlogo">
				<img class="mobile-only" src="/images/mainsite5/ukaidmatchlogo.jpg">
			</div>

		</div>

	</div>

</div>
Twig
<div class="uk-aidmatch-footer">

	<div class="inner">

		<div class="uk-aidmatch-footer__image">
			<picture class="">
	            <source media="(min-width: 465px)" srcset="/images/mainsite5/dfid/LentAppeal_Component_Sticker_DESKTOP_NEW.png, /images/mainsite5/dfid/LentAppeal_Component_Sticker_DESKTOP_NEW@2x.png 2x">
	            <source media="(min-width: 375px)" srcset="/images/mainsite5/dfid/LentAppeal_Component_Sticker_MOBILE.png, /images/mainsite5/dfid/LentAppeal_Component_Sticker_MOBILE@2x.png 2x">
	            <img src="/images/mainsite5/dfid/LentAppeal_Component_Sticker_MOBILE.png" alt="Lent appeal">
	        </picture>
		</div>

		<div class="uk-aidmatch-footer__copy">

			<h2>LIFT FAMILIES OUT 
OF THE RUBBISH</h2>

			<p>Rubina lives in a waste-strewn slum and her disabled son has breathing problems. Your donation could set up recycling hubs to clear away the rubbish.</p>

			<a class="button" href="#">Donate now</a>

			<div class="ukaidmatchlogo">
				<img class="mobile-only" src="/images/mainsite5/ukaidmatchlogo.jpg">
			</div>

		</div>

	</div>

</div>
{}