//     <script>
//     (function() {
//         const d = null;

//         const fill = (id, val) => {
//             const el = document.getElementById(id);
//             if (el) el.textContent = val;
//         };

//         fill('plf-price-best',        d.priceBest);
//         fill('plf-price-best-setup',  d.priceBestSetup);
//         fill('plf-price-simply',      d.priceSimply);
//         fill('plf-price-simplyssime', d.priceSimplyssime);
//         fill('plf-recap-power',       d.power);
//         fill('plf-recap-users',       d.users);
//         fill('plf-billing-plans',     d.billingPlans);
//         fill('plf-billing-periods',   d.billingPeriods);

//         const btn = document.getElementById('plf-btn-get-pdf');
//         if ( btn ) {
//             btn.addEventListener('click', function(e) {
//                 e.preventDefault();
//                 const form = document.createElement('form');
//                 form.method = 'POST';
//                 form.action = d.handlerUrl;
//                 const fields = {
//                     action:             'plf_handle_generate',
//                     plf_generate_nonce: d.nonce,
//                     plf_token:          d.token,
//                     plf_plan:           planId,
//                     plf_plan_name:      planName,
//                 };
//                 Object.entries(fields).forEach(([name, value]) => {
//                     const input = document.createElement('input');
//                     input.type  = 'hidden';
//                     input.name  = name;
//                     input.value = value;
//                     form.appendChild(input);
//                 });
//                 document.body.appendChild(form);
//                 form.submit();
//             });
//         }
//     })();
//     </script>
//     //     <script>
//     document.addEventListener('DOMContentLoaded', function() {
//         const d = null;

//         d.plans.forEach( plan => {
//             const priceEl = document.getElementById( 'plf-refined-price-' + plan.id );
//             if ( priceEl ) priceEl.textContent = plan.price;
//         });

//         const btn = document.getElementById('plf-generate-btn');
//         if ( ! btn ) return;

//         const planId   = btn.dataset.planId   || d.plans[0].id;
//         const planName = btn.dataset.planName || d.plans[0].name;

//         btn.addEventListener('click', function(e) {
//             e.preventDefault();
//             const form = document.createElement('form');
//             form.method = 'POST';
//             form.action = d.handlerUrl;
//             const fields = {
//                 action:             'plf_handle_generate',
//                 plf_generate_nonce: d.nonce,
//                 plf_token:          d.token,
//                 plf_plan:           planId,
//                 plf_plan_name:      planName,
//             };
//             Object.entries(fields).forEach(([name, value]) => {
//                 const input = document.createElement('input');
//                 input.type  = 'hidden';
//                 input.name  = name;
//                 input.value = value;
//                 form.appendChild(input);
//             });
//             document.body.appendChild(form);
//             form.submit();
//         });
//     });
//     </script>
//     <?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://simplyenergy.be/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://simplyenergy.be/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://simplyenergy.be/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://simplyenergy.be/nl/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://simplyenergy.be/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://simplyenergy.be/wp-sitemap-users-1.xml</loc></sitemap><sitemap><loc>https://simplyenergy.be/nl/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
