{"id":5734,"date":"2026-03-07T10:05:11","date_gmt":"2026-03-07T10:05:11","guid":{"rendered":"https:\/\/stmaryeotcedmonton.org\/?page_id=5734"},"modified":"2026-03-07T10:27:55","modified_gmt":"2026-03-07T10:27:55","slug":"facilities-2","status":"publish","type":"page","link":"https:\/\/stmaryeotcedmonton.org\/am\/facilities-2\/","title":{"rendered":"\u1218\u1270\u130d\u1260\u122a\u12eb\u12ce\u127d"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"5734\" class=\"elementor elementor-5734\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca1bf08 e-con-full e-flex e-con e-parent\" data-id=\"ca1bf08\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6efca77 elementor-widget elementor-widget-html\" data-id=\"6efca77\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Facilities - Coming Soon<\/title>\r\n    <style>\r\n        \/* --- RESET & BASE --- *\/\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n            font-family: 'Open Sans', 'Segoe UI', sans-serif;\r\n        }\r\n\r\n        .facility-wrapper {\r\n            position: relative;\r\n            min-height: 100vh;\r\n            background-color: #120e0b; \/* Deep, rich dark background *\/\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            overflow: hidden;\r\n            padding: 20px;\r\n        }\r\n\r\n        \/* --- STUNNING ANIMATED GLOWING ORBS --- *\/\r\n        .glow-orb {\r\n            position: absolute;\r\n            border-radius: 50%;\r\n            filter: blur(90px);\r\n            opacity: 0.5;\r\n            animation: drift 12s infinite alternate ease-in-out;\r\n        }\r\n\r\n        .orb-1 {\r\n            width: 400px;\r\n            height: 400px;\r\n            background: #8C2A2A; \/* Deep Red *\/\r\n            top: -10%;\r\n            left: -10%;\r\n            animation-delay: 0s;\r\n        }\r\n\r\n        .orb-2 {\r\n            width: 500px;\r\n            height: 500px;\r\n            background: #c99339; \/* Gold *\/\r\n            bottom: -20%;\r\n            right: -10%;\r\n            animation-delay: -4s;\r\n        }\r\n\r\n        .orb-3 {\r\n            width: 300px;\r\n            height: 300px;\r\n            background: #5c1b1b; \/* Darker Red *\/\r\n            top: 40%;\r\n            left: 60%;\r\n            animation-delay: -8s;\r\n        }\r\n\r\n        @keyframes drift {\r\n            0% { transform: translate(0, 0) scale(1); }\r\n            50% { transform: translate(100px, 50px) scale(1.1); }\r\n            100% { transform: translate(-50px, 100px) scale(0.9); }\r\n        }\r\n\r\n        \/* --- GLASSMORPHISM CARD --- *\/\r\n        .facility-card {\r\n            position: relative;\r\n            z-index: 10;\r\n            background: rgba(255, 255, 255, 0.03);\r\n            backdrop-filter: blur(20px);\r\n            -webkit-backdrop-filter: blur(20px);\r\n            border: 1px solid rgba(255, 255, 255, 0.1);\r\n            border-radius: 24px;\r\n            padding: 50px 40px;\r\n            max-width: 650px;\r\n            text-align: center;\r\n            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);\r\n            \r\n            \/* Entry Animation *\/\r\n            opacity: 0;\r\n            transform: translateY(40px);\r\n            animation: slideUpFade 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\r\n        }\r\n\r\n        @keyframes slideUpFade {\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n\r\n        \/* --- PULSING ICON --- *\/\r\n        .pulse-icon {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            width: 90px;\r\n            height: 90px;\r\n            background: rgba(201, 147, 57, 0.15); \/* Soft gold background *\/\r\n            border: 2px solid rgba(201, 147, 57, 0.5);\r\n            border-radius: 50%;\r\n            color: #c99339;\r\n            margin-bottom: 25px;\r\n            animation: pulseGlow 2.5s infinite;\r\n        }\r\n\r\n        @keyframes pulseGlow {\r\n            0% { box-shadow: 0 0 0 0 rgba(201, 147, 57, 0.4); }\r\n            70% { box-shadow: 0 0 0 25px rgba(201, 147, 57, 0); }\r\n            100% { box-shadow: 0 0 0 0 rgba(201, 147, 57, 0); }\r\n        }\r\n\r\n        \/* --- TYPOGRAPHY --- *\/\r\n        .facility-card h1 {\r\n            font-family: 'Playfair Display', serif;\r\n            color: #ffffff;\r\n            font-size: 38px;\r\n            font-weight: 700;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .facility-card p {\r\n            color: rgba(255, 255, 255, 0.75);\r\n            font-size: 16px;\r\n            line-height: 1.7;\r\n            margin-bottom: 35px;\r\n        }\r\n\r\n        \/* --- UPCOMING FACILITIES TAGS --- *\/\r\n        .tags-container {\r\n            display: flex;\r\n            flex-wrap: wrap;\r\n            gap: 12px;\r\n            justify-content: center;\r\n            margin-bottom: 45px;\r\n        }\r\n\r\n        .facility-tag {\r\n            background: rgba(255, 255, 255, 0.08);\r\n            border: 1px solid rgba(255, 255, 255, 0.2);\r\n            color: #ffffff;\r\n            padding: 10px 20px;\r\n            border-radius: 50px;\r\n            font-size: 14px;\r\n            font-weight: 600;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            \r\n            \/* Staggered Pop-in Animation *\/\r\n            opacity: 0;\r\n            transform: scale(0.8);\r\n            animation: popIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;\r\n        }\r\n\r\n        .facility-tag:nth-child(1) { animation-delay: 0.6s; }\r\n        .facility-tag:nth-child(2) { animation-delay: 0.8s; }\r\n        .facility-tag:nth-child(3) { animation-delay: 1.0s; }\r\n        .facility-tag:nth-child(4) { animation-delay: 1.2s; }\r\n\r\n        @keyframes popIn {\r\n            to { opacity: 1; transform: scale(1); }\r\n        }\r\n\r\n        \/* --- RETURN BUTTON --- *\/\r\n        .return-btn {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n            text-decoration: none;\r\n            background: #c99339; \/* Gold *\/\r\n            color: #120e0b;\r\n            padding: 15px 35px;\r\n            border-radius: 8px;\r\n            font-size: 16px;\r\n            font-weight: 700;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .return-btn:hover {\r\n            background: #e0aa4d;\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 10px 20px rgba(201, 147, 57, 0.3);\r\n        }\r\n\r\n        \/* Mobile Adjustments *\/\r\n        @media (max-width: 600px) {\r\n            .facility-card { padding: 40px 20px; }\r\n            .facility-card h1 { font-size: 30px; }\r\n            .facility-tag { font-size: 13px; padding: 8px 16px; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <div class=\"facility-wrapper\">\r\n        \r\n        <div class=\"glow-orb orb-1\"><\/div>\r\n        <div class=\"glow-orb orb-2\"><\/div>\r\n        <div class=\"glow-orb orb-3\"><\/div>\r\n\r\n        <div class=\"facility-card\">\r\n            \r\n            <div class=\"pulse-icon\">\r\n                <svg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                    <path d=\"M3 21h18\"><\/path>\r\n                    <path d=\"M9 8h1\"><\/path>\r\n                    <path d=\"M9 12h1\"><\/path>\r\n                    <path d=\"M9 16h1\"><\/path>\r\n                    <path d=\"M14 8h1\"><\/path>\r\n                    <path d=\"M14 12h1\"><\/path>\r\n                    <path d=\"M14 16h1\"><\/path>\r\n                    <path d=\"M5 21V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16\"><\/path>\r\n                <\/svg>\r\n            <\/div>\r\n\r\n            <h1>Expanding Our Campus<\/h1>\r\n            \r\n            <p>We are actively working on finalizing the details for our new church facilities. Check back soon to explore all the dedicated spaces we are building for our community.<\/p>\r\n            \r\n            <div class=\"tags-container\">\r\n                <div class=\"facility-tag\">\r\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20\"><\/path><\/svg>\r\n                    Library\r\n                <\/div>\r\n                <div class=\"facility-tag\">\r\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M18 8h1a4 4 0 0 1 0 8h-1\"><\/path><path d=\"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z\"><\/path><line x1=\"6\" y1=\"1\" x2=\"6\" y2=\"4\"><\/line><line x1=\"10\" y1=\"1\" x2=\"10\" y2=\"4\"><\/line><line x1=\"14\" y1=\"1\" x2=\"14\" y2=\"4\"><\/line><\/svg>\r\n                    Community Gym\r\n                <\/div>\r\n                <div class=\"facility-tag\">\r\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"><\/path><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path><\/svg>\r\n                    Youth Center\r\n                <\/div>\r\n                <div class=\"facility-tag\">\r\n                    <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"><\/line><line x1=\"9\" y1=\"21\" x2=\"9\" y2=\"9\"><\/line><\/svg>\r\n                    Sunday School Classrooms\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <a href=\"https:\/\/stmaryeotcedmonton.org\/am\/\" class=\"return-btn\">\r\n                <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"19\" y1=\"12\" x2=\"5\" y2=\"12\"><\/line><polyline points=\"12 19 5 12 12 5\"><\/polyline><\/svg>\r\n                Return to Homepage\r\n            <\/a>\r\n            \r\n        <\/div>\r\n    <\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Facilities &#8211; Coming Soon Expanding Our Campus We are actively working on finalizing the details for our new church facilities. [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"","site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-5734","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Facilities - St Mary EOTC Edmonton<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/stmaryeotcedmonton.org\/am\/facilities-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Facilities - St Mary EOTC Edmonton\" \/>\n<meta property=\"og:description\" content=\"Facilities &#8211; Coming Soon Expanding Our Campus We are actively working on finalizing the details for our new church facilities. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/stmaryeotcedmonton.org\/am\/facilities-2\/\" \/>\n<meta property=\"og:site_name\" content=\"St Mary EOTC Edmonton\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-07T10:27:55+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/facilities-2\\\/\",\"url\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/facilities-2\\\/\",\"name\":\"Facilities - St Mary EOTC Edmonton\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/am\\\/#website\"},\"datePublished\":\"2026-03-07T10:05:11+00:00\",\"dateModified\":\"2026-03-07T10:27:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/facilities-2\\\/#breadcrumb\"},\"inLanguage\":\"am\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/stmaryeotcedmonton.org\\\/facilities-2\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/facilities-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Facilities\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/am\\\/#website\",\"url\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/am\\\/\",\"name\":\"St Mary EOTC Edmonton\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/am\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/am\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"am\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/am\\\/#organization\",\"name\":\"St Mary EOTC Edmonton\",\"url\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/am\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"am\",\"@id\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/am\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/St-Mary-church-logo.png\",\"contentUrl\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/St-Mary-church-logo.png\",\"width\":2550,\"height\":2550,\"caption\":\"St Mary EOTC Edmonton\"},\"image\":{\"@id\":\"https:\\\/\\\/stmaryeotcedmonton.org\\\/am\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Facilities - St Mary EOTC Edmonton","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/stmaryeotcedmonton.org\/am\/facilities-2\/","og_locale":"en_US","og_type":"article","og_title":"Facilities - St Mary EOTC Edmonton","og_description":"Facilities &#8211; Coming Soon Expanding Our Campus We are actively working on finalizing the details for our new church facilities. [&hellip;]","og_url":"https:\/\/stmaryeotcedmonton.org\/am\/facilities-2\/","og_site_name":"St Mary EOTC Edmonton","article_modified_time":"2026-03-07T10:27:55+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/stmaryeotcedmonton.org\/facilities-2\/","url":"https:\/\/stmaryeotcedmonton.org\/facilities-2\/","name":"Facilities - St Mary EOTC Edmonton","isPartOf":{"@id":"https:\/\/stmaryeotcedmonton.org\/am\/#website"},"datePublished":"2026-03-07T10:05:11+00:00","dateModified":"2026-03-07T10:27:55+00:00","breadcrumb":{"@id":"https:\/\/stmaryeotcedmonton.org\/facilities-2\/#breadcrumb"},"inLanguage":"am","potentialAction":[{"@type":"ReadAction","target":["https:\/\/stmaryeotcedmonton.org\/facilities-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/stmaryeotcedmonton.org\/facilities-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/stmaryeotcedmonton.org\/"},{"@type":"ListItem","position":2,"name":"Facilities"}]},{"@type":"WebSite","@id":"https:\/\/stmaryeotcedmonton.org\/am\/#website","url":"https:\/\/stmaryeotcedmonton.org\/am\/","name":"St Mary EOTC Edmonton","description":"","publisher":{"@id":"https:\/\/stmaryeotcedmonton.org\/am\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/stmaryeotcedmonton.org\/am\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"am"},{"@type":"Organization","@id":"https:\/\/stmaryeotcedmonton.org\/am\/#organization","name":"St Mary EOTC Edmonton","url":"https:\/\/stmaryeotcedmonton.org\/am\/","logo":{"@type":"ImageObject","inLanguage":"am","@id":"https:\/\/stmaryeotcedmonton.org\/am\/#\/schema\/logo\/image\/","url":"https:\/\/stmaryeotcedmonton.org\/wp-content\/uploads\/2026\/03\/St-Mary-church-logo.png","contentUrl":"https:\/\/stmaryeotcedmonton.org\/wp-content\/uploads\/2026\/03\/St-Mary-church-logo.png","width":2550,"height":2550,"caption":"St Mary EOTC Edmonton"},"image":{"@id":"https:\/\/stmaryeotcedmonton.org\/am\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/stmaryeotcedmonton.org\/am\/wp-json\/wp\/v2\/pages\/5734","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stmaryeotcedmonton.org\/am\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/stmaryeotcedmonton.org\/am\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/stmaryeotcedmonton.org\/am\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/stmaryeotcedmonton.org\/am\/wp-json\/wp\/v2\/comments?post=5734"}],"version-history":[{"count":8,"href":"https:\/\/stmaryeotcedmonton.org\/am\/wp-json\/wp\/v2\/pages\/5734\/revisions"}],"predecessor-version":[{"id":5763,"href":"https:\/\/stmaryeotcedmonton.org\/am\/wp-json\/wp\/v2\/pages\/5734\/revisions\/5763"}],"wp:attachment":[{"href":"https:\/\/stmaryeotcedmonton.org\/am\/wp-json\/wp\/v2\/media?parent=5734"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}