<section class="event_wishlist">
    <div class="container">
        <div class="row --center">
            <div class="d_grid-9 flow--one flow--center">
                <div class="title_icon">
                    <i class="ph-bold ph-gift"></i>
                </div>
                <h3 class="h3">Meine Wunschliste</h3>

                <ul class="wishlist">
                    <li>
                        <a class="button_pill" href="https://www.goldengoose.com/es/es/calcetines-de-algod%C3%B3n-efecto-desgastado-blanco-con-rayas-rojas-y-azul-marino-cod-8050235509061.html?utm_source&#x3D;google&amp;utm_medium&#x3D;cpc&amp;utm_campaign&#x3D;gg_ao.es.restodeiprodotti.pmax.conv.perf_cpc_google_conv_purchase__perf&amp;gclsrc&#x3D;aw.ds&amp;gad_source&#x3D;1&amp;gad_campaignid&#x3D;17336183916&amp;gbraid&#x3D;0AAAAAC4YWtfaGVII3BBb8ofioj2xcjgeB&amp;gclid&#x3D;Cj0KCQiArt_JBhCTARIsADQZaymHCxwDtMgcXD8brLDeUwVkH4fcK_-e0Bcm1zioUd58Hl8gTmsm3GoaAvufEALw_wcB" target="_blank">
                            <span>Socken</span>
                            <i class="ph-bold ph-arrow-square-out"></i>
                        </a>
                    </li>
                    <li>
                        <a class="button_pill" href="https://www.lego.com/es-es/product/medieval-horse-knight-castle-31168?cmp&#x3D;KAC-INI-GOOGEU-GO-ES-ES-SP-BUY-SHOP-PLA-BP-SP-RN-Shopping&amp;ef_id&#x3D;Cj0KCQiArt_JBhCTARIsADQZaymXcJOf1LoTzZFqDjyy-GLPIW_3he_96g9PRON3PwwxmssNMBybZbwaAgwDEALw_wcB:G:s&amp;s_kwcid&#x3D;AL!933!3!!!!x!!!19829032441!&amp;cmp&#x3D;KAC-INI-GOOGEU-GO-ES_GL-ES-RE-SP-BUY-CREATE-MB_ALWAYS_ON-SHOP-BP-PMAX-ALL-CIDNA00000-PMAX-MEDIUM_PRIORITY&amp;gad_source&#x3D;1" target="_blank">
                            <span>Lego Ritterburg</span>
                            <i class="ph-bold ph-arrow-square-out"></i>
                        </a>
                    </li>
                    <li>
                        <a class="button_pill" href="https://www.ecardilly.de/" target="_blank">
                            <span>Keine Deadlines mehr</span>
                            <i class="ph-bold ph-arrow-square-out"></i>
                        </a>
                    </li>
                    <li>
                        <a class="button_pill" href="https://www.akaipro.com/mpc-live-3.html" target="_blank">
                            <span>MPC Live III</span>
                            <i class="ph-bold ph-arrow-square-out"></i>
                        </a>
                    </li>
                </ul>
            </div>
        </div>
    </div>
</section>
<section class="event_wishlist">
	<div class="container">
		<div class="row --center">
			<div class="d_grid-9 flow--one flow--center">
				{{> @title_icon icon="gift"}}
				<h3 class="h3">Meine Wunschliste</h3>

				<ul class="wishlist">
					{{#each wishes}}
						<li>
							<a class="button_pill" href="{{url}}" target="_blank">
								<span>{{title}}</span>
								<i class="ph-bold ph-arrow-square-out"></i>
							</a>
						</li>
                    {{/each}}
				</ul>
			</div>
		</div>
	</div>
</section>
{
  "wishes": [
    {
      "title": "Socken",
      "url": "https://www.goldengoose.com/es/es/calcetines-de-algod%C3%B3n-efecto-desgastado-blanco-con-rayas-rojas-y-azul-marino-cod-8050235509061.html?utm_source=google&utm_medium=cpc&utm_campaign=gg_ao.es.restodeiprodotti.pmax.conv.perf_cpc_google_conv_purchase__perf&gclsrc=aw.ds&gad_source=1&gad_campaignid=17336183916&gbraid=0AAAAAC4YWtfaGVII3BBb8ofioj2xcjgeB&gclid=Cj0KCQiArt_JBhCTARIsADQZaymHCxwDtMgcXD8brLDeUwVkH4fcK_-e0Bcm1zioUd58Hl8gTmsm3GoaAvufEALw_wcB"
    },
    {
      "title": "Lego Ritterburg",
      "url": "https://www.lego.com/es-es/product/medieval-horse-knight-castle-31168?cmp=KAC-INI-GOOGEU-GO-ES-ES-SP-BUY-SHOP-PLA-BP-SP-RN-Shopping&ef_id=Cj0KCQiArt_JBhCTARIsADQZaymXcJOf1LoTzZFqDjyy-GLPIW_3he_96g9PRON3PwwxmssNMBybZbwaAgwDEALw_wcB:G:s&s_kwcid=AL!933!3!!!!x!!!19829032441!&cmp=KAC-INI-GOOGEU-GO-ES_GL-ES-RE-SP-BUY-CREATE-MB_ALWAYS_ON-SHOP-BP-PMAX-ALL-CIDNA00000-PMAX-MEDIUM_PRIORITY&gad_source=1"
    },
    {
      "title": "Keine Deadlines mehr",
      "url": "https://www.ecardilly.de/"
    },
    {
      "title": "MPC Live III",
      "url": "https://www.akaipro.com/mpc-live-3.html"
    }
  ]
}

No notes defined.