{"id":2009,"date":"2022-08-10T07:07:43","date_gmt":"2022-08-10T05:07:43","guid":{"rendered":"https:\/\/ewb.cuco.dev\/home\/"},"modified":"2024-12-12T15:59:23","modified_gmt":"2024-12-12T14:59:23","slug":"ewb-erwuessebildung-asbl","status":"publish","type":"page","link":"https:\/\/staging.ewb.lu\/en\/","title":{"rendered":"Home"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row css=&#8221;.vc_custom_1667907401115{margin-top: 50px !important;}&#8221;][vc_column css_animation=&#8221;fadeInUp&#8221;][vc_custom_heading text=&#8221;Events&#8221; font_container=&#8221;tag:h2|text_align:left|color:%2372005f&#8221; use_theme_fonts=&#8221;yes&#8221;]\n    <div class=\"grid-wrapper\">\n        <span class=\"loader\" data-loader=\"6a469dc7e130f\"><\/span>\n        <div id=\"6a469dc7e130f\" class=\"cc-news-ajax-wrapper cc-events-ajax-wrapper\"><\/div>\n    <\/div>\n    <div class=\"more-news\">\n                <div class=\"outer-button inline\">\n            <a class=\"coolBeans \" href=\"https:\/\/staging.ewb.lu\/agenda\/\"\n               target=\"\"\n                                >\n                More Events<\/a>\n        <\/div>\n            <\/div>\n    <script>\n        jQuery(document).ready(function () {\n            sendEventRequest();\n        });\n\n        function sendEventRequest() {\n            let today = moment(new Date()).format('YYYYMMDD');\n\n            cc_performPostRequest({\n                count: 2,\n                postType: 'event',\n                showLoaderAnimation: true,\n                uniqueIdAjaxWrapper: '6a469dc7e130f',\n                wantExcerpt: true,\n                metaQuery: {\n                    relation: 'AND',\n                    0: {\n                        key: 'endDate',\n                        compare: '>=',\n                        value: today,\n                    },\n                    1: {\n                        key: 'isFeatured',\n                        compare: '=',\n                        value: '1',\n                    },\n                },\n                metaKey: 'startdate',\n                orderby: 'meta_value',\n                order: 'ASC',\n                wantCustomFields: ['startdate'],\n                wantPostThumbnail: 'thumbnail',\n                successCB: function (result, config) {\n\n                    cc_loaderAnimation('6a469dc7e130f', false);\n                    jQuery('#6a469dc7e130f').show();\n\n                    if (result.data !== undefined && result.data.length !== 0) {\n\n                        let template_path = _theme_directory + '\/includes\/ewb\/events\/templates\/';\n                        let item = '';\n                        let output = jQuery('#' + config.uniqueIdAjaxWrapper);\n\n                        jQuery.Mustache.load(template_path + 'events_0_01.html').done(function () {\n\n                            jQuery.each(result.data, function (key, obj) {\n\n                                obj.readMoreBtn = 'Read More';\n                                obj.customFields.startdate = moment(obj.customFields.startdate).format('DD\/MM\/YYYY')\n                                item = jQuery.Mustache.render('event-featured-item', obj);\n                                output.append(item);\n\n                            });\/\/each item\n\n                        });\/\/mustache\n\n\n                    } else {\n                        cc_debug(\"Now what?\")\n                        return null;\n                    }\n                }\n            }).done(function (data) {\n\n                let notFeaturedCount = 8 - data.additionalData.total;\n                const pluck = (arr, key) => arr.map(i => i[key]);\n                let featuredIds = pluck(data.data, 'id');\n\n                cc_performPostRequest({\n                    count: notFeaturedCount,\n                    postType: 'event',\n                    showLoaderAnimation: true,\n                    uniqueIdAjaxWrapper: '6a469dc7e130f',\n                    wantExcerpt: true,\n                    metaQuery: {\n                        0: {\n                            key: 'startdate',\n                            compare: '>=',\n                            value: today,\n                        },\n                    },\n                    metaKey: 'startdate',\n                    orderby: 'meta_value',\n                    order: 'ASC',\n                    postNotIn: featuredIds.toString(),\n                    wantCustomFields: ['startdate'],\n                    wantPostThumbnail: 'thumbnail',\n                    successCB: function (result, config) {\n\n                        if (result.data !== undefined && result.data.length !== 0) {\n\n                            let template_path = _theme_directory + '\/includes\/ewb\/events\/templates\/';\n                            let item = '';\n                            let output = jQuery('#' + config.uniqueIdAjaxWrapper);\n\n                            jQuery.Mustache.load(template_path + 'events_0_01.html').done(function () {\n\n                                jQuery.each(result.data, function (key, obj) {\n\n                                    obj.readMoreBtn = 'Read More';\n                                    obj.customFields.startdate = moment(obj.customFields.startdate).format('DD\/MM\/YYYY')\n                                    item = jQuery.Mustache.render('event-item', obj);\n                                    output.append(item);\n\n                                });\/\/each item\n\n                            });\/\/mustache\n\n                        }\n                    }\n                })\n\n\n            });\n        }\n    <\/script>\n    [\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1670496657785{margin-top: 50px !important;padding-top: 3% !important;padding-bottom: 5% !important;background-color: #eeebe7 !important;}&#8221;][vc_column css_animation=&#8221;fadeInUp&#8221;][vc_custom_heading text=&#8221;News&#8221; font_container=&#8221;tag:h2|text_align:left|color:%2372005f&#8221; use_theme_fonts=&#8221;yes&#8221;]\n    <div class=\"grid-wrapper\">\n        <span class=\"loader\" data-loader=\"6a469dc7e167d\"><\/span>\n        <div id=\"6a469dc7e167d\" class=\"cc-news-ajax-wrapper\"><\/div>\n    <\/div>\n    <div class=\"more-news\">\n                <div class=\"outer-button inline\">\n            <a class=\"coolBeans \" href=\"https:\/\/staging.ewb.lu\/news\/\"\n               target=\"\"\n                                >\n                More News<\/a>\n        <\/div>\n            <\/div>\n    <script>\n        let selectedCategory = 'all';\n\n        jQuery(document).ready(function () {\n            sendRequest();\n        });\n\n        function sendRequest() {\n            cc_performPostRequest({\n                count: 2,\n                postType: 'post',\n                setPublishDateFormat: 'd\/m',\n                showLoaderAnimation: true,\n                uniqueIdAjaxWrapper: '6a469dc7e167d',\n                wantExcerpt: true,\n                metaQuery: {\n                    1: {\n                        key: 'isFeatured',\n                        compare: '=',\n                        value: '1',\n                    },\n                },\n                wantPublishDate: true,\n                wantPostThumbnail: 'thumbnail',\n                successCB: function (result, config) {\n\n                    cc_loaderAnimation('6a469dc7e167d', false);\n                    jQuery('#6a469dc7e167d').show();\n\n                    if (result.data !== undefined && result.data.length !== 0) {\n\n                        let template_path = _theme_directory + '\/includes\/ewb\/news\/templates\/';\n                        let item = '';\n                        let output = jQuery('#' + config.uniqueIdAjaxWrapper);\n\n                        jQuery.Mustache.load(template_path + 'news_0_01.html').done(function () {\n\n                            jQuery.each(result.data, function (key, obj) {\n\n                                obj.readMoreBtn = 'Read More';\n\n                                item = jQuery.Mustache.render('news-item-featured', obj);\n                                output.append(item);\n\n                            });\/\/each item\n\n                        });\/\/mustache\n\n\n                    } else {\n                        cc_debug(\"Now what?\")\n                        return null;\n                    }\n                }\n            }).done(function (data) {\n\n                let notFeaturedCount = 4 - data.additionalData.total;\n                const pluck = (arr, key) => arr.map(i => i[key]);\n                let featuredIds = pluck(data.data, 'id');\n\n                cc_performPostRequest({\n                    count: notFeaturedCount,\n                    postType: 'post',\n                    setPublishDateFormat: 'd\/m',\n                    showLoaderAnimation: true,\n                    uniqueIdAjaxWrapper: '6a469dc7e167d',\n                    wantExcerpt: true,\n                    wantPublishDate: true,\n                    wantPostThumbnail: 'thumbnail',\n                    postNotIn: featuredIds.toString(),\n                    successCB: function (result, config) {\n\n                        if (result.data !== undefined && result.data.length !== 0) {\n\n                            let template_path = _theme_directory + '\/includes\/ewb\/news\/templates\/';\n                            let item = '';\n                            let output = jQuery('#' + config.uniqueIdAjaxWrapper);\n\n                            jQuery.Mustache.load(template_path + 'news_0_01.html').done(function () {\n\n                                jQuery.each(result.data, function (key, obj) {\n\n                                    obj.readMoreBtn = 'Read More';\n\n                                    item = jQuery.Mustache.render('news-item', obj);\n                                    output.append(item);\n\n                                });\/\/each item\n\n                            });\/\/mustache\n\n                        }\n                    }\n                })\n\n\n            });\n        }\n    <\/script>\n    [\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1673606739079{margin-top: 50px !important;}&#8221;][vc_column css_animation=&#8221;fadeInUp&#8221;][vc_custom_heading text=&#8221;Program&#8221; font_container=&#8221;tag:h2|text_align:left|color:%2372005f&#8221; use_theme_fonts=&#8221;yes&#8221;]\r\n    <div class=\"programm-cats\">\r\n\r\n\t\t\r\n            <a href=\"https:\/\/staging.ewb.lu\/en\/program\/body-mind-soul\/\">\r\n                <div class=\"icon\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/staging.ewb.lu\/wp-content\/uploads\/2022\/12\/ewb-koerpergeistseele.svg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/div>\r\n                <div class=\"name\">Body, Mind, Soul<\/div>\r\n            <\/a>\r\n\r\n\t\t\r\n            <a href=\"https:\/\/staging.ewb.lu\/en\/program\/growing-together-en\/\">\r\n                <div class=\"icon\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/staging.ewb.lu\/wp-content\/uploads\/2022\/12\/ewb-familien.svg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/div>\r\n                <div class=\"name\">Growing together<\/div>\r\n            <\/a>\r\n\r\n\t\t\r\n            <a href=\"https:\/\/staging.ewb.lu\/en\/program\/i-stuff-en\/\">\r\n                <div class=\"icon\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/staging.ewb.lu\/wp-content\/uploads\/2022\/12\/ewb-i-stuff.svg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/div>\r\n                <div class=\"name\">i-Stuff<\/div>\r\n            <\/a>\r\n\r\n\t\t\r\n            <a href=\"https:\/\/staging.ewb.lu\/en\/program\/media\/\">\r\n                <div class=\"icon\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/staging.ewb.lu\/wp-content\/uploads\/2022\/12\/ewb-media.svg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/div>\r\n                <div class=\"name\">Media<\/div>\r\n            <\/a>\r\n\r\n\t\t\r\n            <a href=\"https:\/\/staging.ewb.lu\/en\/program\/religious-cultural-heritage\/\">\r\n                <div class=\"icon\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/staging.ewb.lu\/wp-content\/uploads\/2022\/12\/ewb-religion.svg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/div>\r\n                <div class=\"name\">Religious &amp; cultural heritage<\/div>\r\n            <\/a>\r\n\r\n\t\t\r\n            <a href=\"https:\/\/staging.ewb.lu\/en\/program\/society-today-en\/\">\r\n                <div class=\"icon\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/staging.ewb.lu\/wp-content\/uploads\/2022\/12\/ewb-gesellschaft.svg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/div>\r\n                <div class=\"name\">Society Today<\/div>\r\n            <\/a>\r\n\r\n\t\t\r\n    <\/div>\r\n\r\n\t[\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row css=&#8221;.vc_custom_1667907401115{margin-top: 50px !important;}&#8221;][vc_column css_animation=&#8221;fadeInUp&#8221;][vc_custom_heading text=&#8221;Events&#8221; font_container=&#8221;tag:h2|text_align:left|color:%2372005f&#8221; use_theme_fonts=&#8221;yes&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1670496657785{margin-top: 50px !important;padding-top: 3% !important;padding-bottom: 5% !important;background-color: #eeebe7 !important;}&#8221;][vc_column css_animation=&#8221;fadeInUp&#8221;][vc_custom_heading text=&#8221;News&#8221; font_container=&#8221;tag:h2|text_align:left|color:%2372005f&#8221; use_theme_fonts=&#8221;yes&#8221;][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1673606739079{margin-top: 50px !important;}&#8221;][vc_column css_animation=&#8221;fadeInUp&#8221;][vc_custom_heading text=&#8221;Program&#8221; font_container=&#8221;tag:h2|text_align:left|color:%2372005f&#8221; use_theme_fonts=&#8221;yes&#8221;][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-2009","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - EWB<\/title>\n<meta name=\"description\" content=\"Our offer is aimed at people of all ages and provides numerous opportunities for personal and social life shaping. Anyone who is interested in life and its many perspectives, who wants to get involved themselves and meet other people, is welcome to join us!\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EWB - ErwuesseBildung Asbl\" \/>\n<meta property=\"og:description\" content=\"Our offer is aimed at people of all ages and provides numerous opportunities for personal and social life shaping. Anyone who is interested in life and its many perspectives, who wants to get involved themselves and meet other people, is welcome to join us!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/staging.ewb.lu\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"EWB\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ErwuesseBild\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-12T14:59:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/staging.ewb.lu\/wp-content\/uploads\/2023\/04\/Design-ohne-Titel-1024x577.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"EWB - ErwuesseBildung Asbl\" \/>\n<meta name=\"twitter:description\" content=\"Our offer is aimed at people of all ages and provides numerous opportunities for personal and social life shaping. Anyone who is interested in life and its many perspectives, who wants to get involved themselves and meet other people, is welcome to join us!\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/staging.ewb.lu\/wp-content\/uploads\/2023\/04\/Design-ohne-Titel.png\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/staging.ewb.lu\\\/en\\\/\",\"url\":\"https:\\\/\\\/staging.ewb.lu\\\/en\\\/\",\"name\":\"Home - EWB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/staging.ewb.lu\\\/en\\\/#website\"},\"datePublished\":\"2022-08-10T05:07:43+00:00\",\"dateModified\":\"2024-12-12T14:59:23+00:00\",\"description\":\"Our offer is aimed at people of all ages and provides numerous opportunities for personal and social life shaping. Anyone who is interested in life and its many perspectives, who wants to get involved themselves and meet other people, is welcome to join us!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/staging.ewb.lu\\\/en\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/staging.ewb.lu\\\/en\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/staging.ewb.lu\\\/en\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/staging.ewb.lu\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/staging.ewb.lu\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/staging.ewb.lu\\\/en\\\/\",\"name\":\"EwB ErwuesseBildung\",\"description\":\"ErwuesseBildung\",\"publisher\":{\"@id\":\"https:\\\/\\\/staging.ewb.lu\\\/en\\\/#organization\"},\"alternateName\":\"EWB\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/staging.ewb.lu\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/staging.ewb.lu\\\/en\\\/#organization\",\"name\":\"ErwuesseBildung Asbl\",\"alternateName\":\"EWB\",\"url\":\"https:\\\/\\\/staging.ewb.lu\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/staging.ewb.lu\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/staging.ewb.lu\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/ewb-logo-header.svg\",\"contentUrl\":\"https:\\\/\\\/staging.ewb.lu\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/ewb-logo-header.svg\",\"width\":301,\"height\":38,\"caption\":\"ErwuesseBildung Asbl\"},\"image\":{\"@id\":\"https:\\\/\\\/staging.ewb.lu\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/ErwuesseBild\\\/\",\"https:\\\/\\\/lu.linkedin.com\\\/company\\\/erwuessebildung---formation-dadultes\",\"https:\\\/\\\/www.instagram.com\\\/erwuessebildung_asbl\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - EWB","description":"Our offer is aimed at people of all ages and provides numerous opportunities for personal and social life shaping. Anyone who is interested in life and its many perspectives, who wants to get involved themselves and meet other people, is welcome to join us!","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"EWB - ErwuesseBildung Asbl","og_description":"Our offer is aimed at people of all ages and provides numerous opportunities for personal and social life shaping. Anyone who is interested in life and its many perspectives, who wants to get involved themselves and meet other people, is welcome to join us!","og_url":"https:\/\/staging.ewb.lu\/en\/","og_site_name":"EWB","article_publisher":"https:\/\/www.facebook.com\/ErwuesseBild\/","article_modified_time":"2024-12-12T14:59:23+00:00","og_image":[{"url":"https:\/\/staging.ewb.lu\/wp-content\/uploads\/2023\/04\/Design-ohne-Titel-1024x577.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_title":"EWB - ErwuesseBildung Asbl","twitter_description":"Our offer is aimed at people of all ages and provides numerous opportunities for personal and social life shaping. Anyone who is interested in life and its many perspectives, who wants to get involved themselves and meet other people, is welcome to join us!","twitter_image":"https:\/\/staging.ewb.lu\/wp-content\/uploads\/2023\/04\/Design-ohne-Titel.png","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/staging.ewb.lu\/en\/","url":"https:\/\/staging.ewb.lu\/en\/","name":"Home - EWB","isPartOf":{"@id":"https:\/\/staging.ewb.lu\/en\/#website"},"datePublished":"2022-08-10T05:07:43+00:00","dateModified":"2024-12-12T14:59:23+00:00","description":"Our offer is aimed at people of all ages and provides numerous opportunities for personal and social life shaping. Anyone who is interested in life and its many perspectives, who wants to get involved themselves and meet other people, is welcome to join us!","breadcrumb":{"@id":"https:\/\/staging.ewb.lu\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/staging.ewb.lu\/en\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/staging.ewb.lu\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/staging.ewb.lu\/en\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/staging.ewb.lu\/en\/#website","url":"https:\/\/staging.ewb.lu\/en\/","name":"EwB ErwuesseBildung","description":"ErwuesseBildung","publisher":{"@id":"https:\/\/staging.ewb.lu\/en\/#organization"},"alternateName":"EWB","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/staging.ewb.lu\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/staging.ewb.lu\/en\/#organization","name":"ErwuesseBildung Asbl","alternateName":"EWB","url":"https:\/\/staging.ewb.lu\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging.ewb.lu\/en\/#\/schema\/logo\/image\/","url":"https:\/\/staging.ewb.lu\/wp-content\/uploads\/2022\/11\/ewb-logo-header.svg","contentUrl":"https:\/\/staging.ewb.lu\/wp-content\/uploads\/2022\/11\/ewb-logo-header.svg","width":301,"height":38,"caption":"ErwuesseBildung Asbl"},"image":{"@id":"https:\/\/staging.ewb.lu\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/ErwuesseBild\/","https:\/\/lu.linkedin.com\/company\/erwuessebildung---formation-dadultes","https:\/\/www.instagram.com\/erwuessebildung_asbl\/"]}]}},"_links":{"self":[{"href":"https:\/\/staging.ewb.lu\/en\/wp-json\/wp\/v2\/pages\/2009","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.ewb.lu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/staging.ewb.lu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/staging.ewb.lu\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.ewb.lu\/en\/wp-json\/wp\/v2\/comments?post=2009"}],"version-history":[{"count":9,"href":"https:\/\/staging.ewb.lu\/en\/wp-json\/wp\/v2\/pages\/2009\/revisions"}],"predecessor-version":[{"id":13521,"href":"https:\/\/staging.ewb.lu\/en\/wp-json\/wp\/v2\/pages\/2009\/revisions\/13521"}],"wp:attachment":[{"href":"https:\/\/staging.ewb.lu\/en\/wp-json\/wp\/v2\/media?parent=2009"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}