{"id":125,"date":"2025-04-30T18:02:11","date_gmt":"2025-04-30T18:02:11","guid":{"rendered":"https:\/\/przedszkole.siepraw.edu.pl\/?page_id=125"},"modified":"2026-04-12T18:11:52","modified_gmt":"2026-04-12T18:11:52","slug":"jadlospis","status":"publish","type":"page","link":"https:\/\/przedszkole.siepraw.edu.pl\/uk\/jadlospis\/","title":{"rendered":"Jad\u0142ospis"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"pl\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n    <!-- Meta SEO -->\n    <title>Jad\u0142ospis &#8211; Przedszkole Kropla S\u0142o\u0144ca Siepraw<\/title>\n    <meta name=\"description\" content=\"Jad\u0142ospis tygodniowy dla przedszkolak\u00f3w z Przedszkola Kropla S\u0142o\u0144ca w Sieprawiu. Sprawd\u017a kaloryczno\u015b\u0107, sk\u0142ad posi\u0142k\u00f3w oraz alergeny.\">\n    <meta name=\"keywords\" content=\"jad\u0142ospis, przedszkole, Siepraw, Kropla S\u0142o\u0144ca, posi\u0142ki, alergeny, kaloryczno\u015b\u0107, \u017cywienie dzieci\">\n    <meta name=\"author\" content=\"Przedszkole Kropla S\u0142o\u0144ca\">\n\n    <!-- Meta Open Graph -->\n    <meta property=\"og:title\" content=\"Jad\u0142ospis - Przedszkole Kropla S\u0142o\u0144ca Siepraw\">\n    <meta property=\"og:description\" content=\"Aktualny jad\u0142ospis tygodniowy dla dzieci z Przedszkola Kropla S\u0142o\u0144ca w Sieprawiu \u2013 pe\u0142nowarto\u015bciowe posi\u0142ki, informacje o alergenach i kaloriach.\">\n    <meta property=\"og:type\" content=\"website\">\n    <meta property=\"og:url\" content=\"https:\/\/przedszkole.siepraw.edu.pl\/jadlospis\">\n    <meta property=\"og:site_name\" content=\"Przedszkole Kropla S\u0142o\u0144ca\">\n    <meta property=\"og:image\" content=\"https:\/\/przedszkole.siepraw.edu.pl\/wp-content\/uploads\/2025\/og-image.jpg\">\n\n    <!-- Google Fonts -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\nbody {\n  font-family: 'Poppins', sans-serif;\n  background-color: #fffbea;\n  margin: 0;\n  padding: 24px;\n  color: #333;\n}\n\n.menu-container {\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 15px;\n}\n\n.header-banner {\n    background: linear-gradient(270deg, #66a6ff, #89f7fe, #66a6ff);\n    border-radius: 15px;\n    padding: 25px 20px;\n    margin: 0 auto 20px auto;\n    max-width: 800px;\n    text-align: center;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n    animation: gradientShift 5s linear infinite;\n}\n\n.header-banner h1,\n.header-banner h2 {\n    margin: 0;\n    color: #000;\n    font-size: 1.8em;\n    font-weight: 600;\n}\n\n.header-banner .date-range {\n    margin-top: 8px;\n    color: #222;\n    font-size: 1.1em;\n}\n\n@keyframes gradientShift {\n  0% { background-position: 0% 50%; }\n  100% { background-position: 100% 50%; }\n}\n\n.day {\n  background: linear-gradient(270deg, #89f7fe, #66a6ff, #89f7fe);\n  border-radius: 16px;\n  padding: 15px;\n  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);\n  margin-bottom: 20px;\n  color: #000;\n  overflow: hidden;\n  transition: all 0.4s ease;\n}\n\n.day h3 {\n  font-size: 22px;\n  margin-bottom: 10px;\n}\n\nbutton {\n  background: linear-gradient(270deg, #ff914d, #ffb347, #ff914d);\n  color: #333;\n  border: none;\n  padding: 10px 20px;\n  border-radius: 20px;\n  font-weight: 600;\n  cursor: pointer;\n  transition: 0.3s;\n  box-shadow: 0 4px 10px rgba(0,0,0,0.15);\n}\n\nbutton:hover {\n  background: #ffc107;\n  transform: scale(1.05);\n}\n\n.meals {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.8s ease;\n}\n\n.meals.open {\n  max-height: 1000px;\n}\n\n.meal {\n  opacity: 0;\n  transform: scale(0.8) rotate(-5deg);\n  margin: 10px 0;\n  background: #fff;\n  color: #333;\n  padding: 10px;\n  border-radius: 8px;\n  box-shadow: 0 3px 6px rgba(0,0,0,0.1);\n  position: relative;\n  font-size: 15px;\n}\n\n.meal.show {\n  animation: showMeal 0.8s ease forwards;\n}\n\n@keyframes showMeal {\n  0% { opacity: 0; transform: scale(0.8) rotate(-5deg); }\n  60% { opacity: 1; transform: scale(1.05) rotate(3deg); }\n  100% { opacity: 1; transform: scale(1) rotate(0deg); }\n}\n\n.details {\n  font-size: 13px;\n  color: #555;\n  margin-top: 5px;\n}\n\n.sparkle {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  width: 8px;\n  height: 8px;\n  background: radial-gradient(circle, #fff, #ffcc80);\n  border-radius: 50%;\n  animation: sparkleAnim 0.8s ease-out forwards;\n}\n\n@keyframes sparkleAnim {\n  0% { transform: scale(0.2) translate(-50%, -50%); opacity: 1; }\n  100% { transform: scale(3) translate(-50%, -50%); opacity: 0; }\n}\n\n#smacznego {\n  display: none;\n  font-size: 1.8em;\n  color: #ff7043;\n  margin-top: 30px;\n  text-align: center;\n  animation: fadeIn 1s ease forwards;\n}\n\n@keyframes fadeIn {\n  from { opacity: 0; transform: scale(0.8); }\n  to { opacity: 1; transform: scale(1); }\n}\n\n#smacznego::after {\n  content: \"\ud83c\udf1e\";\n  position: relative;\n  left: 10px;\n  animation: sunFlash 2s infinite ease-in-out;\n}\n\n@keyframes sunFlash {\n  0%, 100% { transform: rotate(0deg) scale(1); opacity: 1; }\n  50% { transform: rotate(20deg) scale(1.2); opacity: 0.8; }\n}\n\n.skip-link {\n    position: absolute;\n    top: 70px;\n    left: 10px;\n    background-color: #ff914d;\n    color: white;\n    padding: 10px;\n    border-radius: 5px;\n    z-index: 1000;\n    transition: top 0.3s ease;\n}\n\n.skip-link:focus {\n    top: 10px;\n}\n\n.allergens-info {\n    background: linear-gradient(270deg, #ff914d, #ffb347, #ff914d);\n    border-radius: 16px;\n    padding: 15px;\n    margin-top: 20px;\n    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);\n    color: #FFFFFF;\n    animation: gradientShift 5s linear infinite;\n}\n\n.print-actions {\n    text-align: center;\n    margin-bottom: 20px;\n}\n\n.print-note {\n    text-align: center;\n    font-size: 14px;\n    color: #666;\n    margin-top: 8px;\n}\n<\/style>\n<\/head>\n\n<body>\n    <a href=\"#main-content\" class=\"skip-link\">Przejd\u017a do jad\u0142ospisu<\/a>\n\n    <div class=\"header-banner\">\n        <h2>\ud83c\udf4e Posi\u0142ki dla dzieci w tym tygodniu<\/h2>\n        <div class=\"date-range\">13.04.2026 \u2013 17.04.2026<\/div>\n    <\/div>\n\n    <div class=\"print-actions\">\n        <button onclick=\"printMenu()\">\ud83d\udda8\ufe0f<\/button>\n        <div class=\"print-note\">Druk otworzy si\u0119 w osobnym oknie bez element\u00f3w strony.<\/div>\n    <\/div>\n\n    <div class=\"day\">\n        <h3>Poniedzia\u0142ek (13.04.2026)<\/h3>\n        <button onclick=\"toggleDay('pon')\">\ud83c\udf7d Co dzi\u015b serwujemy?<\/button>\n        <div id=\"pon-meals\" class=\"meals\"><\/div>\n    <\/div>\n\n    <div class=\"day\">\n        <h3>Wtorek (14.04.2026)<\/h3>\n        <button onclick=\"toggleDay('wto')\">\ud83c\udf7d Co dzi\u015b serwujemy?<\/button>\n        <div id=\"wto-meals\" class=\"meals\"><\/div>\n    <\/div>\n\n    <div class=\"day\">\n        <h3>\u015aroda (15.04.2026)<\/h3>\n        <button onclick=\"toggleDay('sro')\">\ud83c\udf7d Co dzi\u015b serwujemy?<\/button>\n        <div id=\"sro-meals\" class=\"meals\"><\/div>\n    <\/div>\n\n    <div class=\"day\">\n        <h3>Czwartek (16.04.2026)<\/h3>\n        <button onclick=\"toggleDay('czw')\">\ud83c\udf7d Co dzi\u015b serwujemy?<\/button>\n        <div id=\"czw-meals\" class=\"meals\"><\/div>\n    <\/div>\n\n    <div class=\"day\">\n        <h3>Pi\u0105tek (17.04.2026)<\/h3>\n        <button onclick=\"toggleDay('pia')\">\ud83c\udf7d Co dzi\u015b serwujemy?<\/button>\n        <div id=\"pia-meals\" class=\"meals\"><\/div>\n    <\/div>\n\n    <div id=\"smacznego\">\u017byczymy smacznego!<\/div>\n\n\n<script>\nconst menus = {\n    pon: [\n        { text: \"\ud83e\udd63 \u015aniadanie: Par\u00f3wka z ketchupem, kanapka z mas\u0142em, herbata owocowa\", info: \"Alergeny: 1, 2 | Kaloryczno\u015b\u0107: 340 kcal\" },\n        { text: \"\ud83c\udf4e II \u015aniadanie: Jab\u0142ko, woda\", info: \"Alergeny: 5 | Kaloryczno\u015b\u0107: 80 kcal\" },\n        { text: \"\ud83c\udf72 Obiad: Krupnik z ziemniakami, makaron kokardka z serem polany mase\u0142kiem i cukrem, woda z cytryn\u0105 i miodem\", info: \"Alergeny: 1, 2, 4, 9 | Kaloryczno\u015b\u0107: 500 kcal\" },\n        { text: \"\ud83c\udf6a Podwieczorek: Bu\u0142eczka z serkiem Almette i suszonymi pomidorami, rzodkiewka, kakao\", info: \"Alergeny: 1, 2 | Kaloryczno\u015b\u0107: 180 kcal\" }\n    ],\n\n    wto: [\n        { text: \"\ud83e\udd63 \u015aniadanie: Pieczywo mieszane z mas\u0142em, pasta z szynki, og\u00f3rek kiszony, kawa Inka\", info: \"Alergeny: 1, 2 | Kaloryczno\u015b\u0107: 340 kcal\" },\n        { text: \"\ud83c\udf4e II \u015aniadanie: Gruszka, woda\", info: \"Alergeny: 5 | Kaloryczno\u015b\u0107: 80 kcal\" },\n        { text: \"\ud83c\udf72 Obiad: \u017burek z bia\u0142\u0105 kie\u0142bas\u0105 i ziemniakami, pieczywo, ry\u017c z kurczakiem w sosie \u015bmietanowo-szpinakowym, kompot wieloowocowy\", info: \"Alergeny: 1, 2, 9 | Kaloryczno\u015b\u0107: 520 kcal\" },\n        { text: \"\ud83c\udf6a Podwieczorek: Mini dro\u017cd\u017c\u00f3wka z marmolad\u0105, woda\", info: \"Alergeny: 1, 2, 9 | Kaloryczno\u015b\u0107: 170 kcal\" }\n    ],\n\n    sro: [\n        { text: \"\ud83e\udd63 \u015aniadanie: P\u0142atki miodowe na mleku, chleb razowy z d\u017cemem niskocukrowym, herbata mi\u0119towa z cytryn\u0105\", info: \"Alergeny: 1, 2, 4 | Kaloryczno\u015b\u0107: 350 kcal\" },\n        { text: \"\ud83c\udf4e II \u015aniadanie: Banan, woda\", info: \"Alergeny: 5 | Kaloryczno\u015b\u0107: 90 kcal\" },\n        { text: \"\ud83c\udf72 Obiad: Krem z zielonego groszku z grzankami, bitki wo\u0142owe w sosie w\u0142asnym, ziemniaki, buraczki na ciep\u0142o ze \u015bmietan\u0105, kompot wi\u015bniowy\", info: \"Alergeny: 1, 2, 9 | Kaloryczno\u015b\u0107: 520 kcal\" },\n        { text: \"\ud83c\udf6a Podwieczorek: Frytki pieczone z ketchupem, woda\", info: \"Alergeny: brak | Kaloryczno\u015b\u0107: 170 kcal\" }\n    ],\n\n    czw: [\n        { text: \"\ud83e\udd63 \u015aniadanie: Bu\u0142eczka kajzerka z szynk\u0105 z puszki, sa\u0142ata lodowa, og\u00f3rek zielony, zielona cebulka, kawa zbo\u017cowa\", info: \"Alergeny: 1, 2 | Kaloryczno\u015b\u0107: 340 kcal\" },\n        { text: \"\ud83c\udf4e II \u015aniadanie: Kiwi, woda\", info: \"Alergeny: 5 | Kaloryczno\u015b\u0107: 70 kcal\" },\n        { text: \"\ud83c\udf72 Obiad: Zupa kalafiorowa z kluseczkami ry\u017cowymi, sznycel mielony, ziemniaki, fasolka szparagowa z mase\u0142kiem i bu\u0142k\u0105 tart\u0105, kompot truskawkowy\", info: \"Alergeny: 1, 2, 9 | Kaloryczno\u015b\u0107: 520 kcal\" },\n        { text: \"\ud83c\udf6a Podwieczorek: Budy\u0144 waniliowy, krakersy\", info: \"Alergeny: 1, 2 | Kaloryczno\u015b\u0107: 170 kcal\" }\n    ],\n\n    pia: [\n        { text: \"\ud83e\udd63 \u015aniadanie: Pasta z makreli w pomidorach z cebulk\u0105, pieczywo razowe z mas\u0142em, herbata z cytryn\u0105\", info: \"Alergeny: 1, 2, 8 | Kaloryczno\u015b\u0107: 340 kcal\" },\n        { text: \"\ud83c\udf4e II \u015aniadanie: Winogrono, woda\", info: \"Alergeny: 5 | Kaloryczno\u015b\u0107: 70 kcal\" },\n        { text: \"\ud83c\udf72 Obiad: Barszcz czerwony z ziemniakami, kluski na parze polane polew\u0105, woda\", info: \"Alergeny: 1, 2, 9 | Kaloryczno\u015b\u0107: 500 kcal\" },\n        { text: \"\ud83c\udf6a Podwieczorek: Bagietka z mas\u0142em, ser bia\u0142y z miodem, ciep\u0142e mleko\", info: \"Alergeny: 1, 2, 4 | Kaloryczno\u015b\u0107: 180 kcal\" }\n    ]\n};\n\nlet openDay = null;\n\nfunction toggleDay(day) {\n    if (openDay && openDay !== day) {\n        const prev = document.getElementById(openDay + \"-meals\");\n        prev.classList.remove(\"open\");\n        prev.innerHTML = \"\";\n    }\n\n    const mealsContainer = document.getElementById(day + \"-meals\");\n    const isOpen = mealsContainer.classList.contains(\"open\");\n\n    document.getElementById(\"smacznego\").style.display = \"none\";\n\n    if (isOpen) {\n        mealsContainer.classList.remove(\"open\");\n        mealsContainer.innerHTML = \"\";\n        openDay = null;\n    } else {\n        mealsContainer.classList.add(\"open\");\n        openDay = day;\n        showMenu(day);\n    }\n}\n\nfunction showMenu(day) {\n    const mealsContainer = document.getElementById(day + \"-meals\");\n    mealsContainer.innerHTML = \"\";\n\n    menus[day].forEach((meal, index) => {\n        const div = document.createElement(\"div\");\n        div.classList.add(\"meal\");\n        div.innerHTML = `<div>${meal.text}<\/div><div class='details'>${meal.info}<\/div>`;\n        mealsContainer.appendChild(div);\n\n        setTimeout(() => {\n            div.classList.add(\"show\");\n            const sparkle = document.createElement(\"div\");\n            sparkle.classList.add(\"sparkle\");\n            div.appendChild(sparkle);\n            setTimeout(() => sparkle.remove(), 800);\n        }, index * 900);\n    });\n\n    setTimeout(() => {\n        document.getElementById(\"smacznego\").style.display = \"block\";\n    }, menus[day].length * 900 + 800);\n}\n\nfunction escapeHtml(text) {\n    return text\n        .replaceAll(\"&\", \"&amp;\")\n        .replaceAll(\"<\", \"&lt;\")\n        .replaceAll(\">\", \"&gt;\")\n        .replaceAll('\"', \"&quot;\")\n        .replaceAll(\"'\", \"&#039;\");\n}\n\nfunction buildPrintMeals(dayKey) {\n    return menus[dayKey].map(meal => `\n        <div class=\"print-meal\">\n            <div class=\"print-meal-text\">${escapeHtml(meal.text)}<\/div>\n            <div class=\"print-meal-info\">${escapeHtml(meal.info)}<\/div>\n        <\/div>\n    `).join(\"\");\n}\n\nfunction printMenu() {\n    const dateRange = document.querySelector(\".date-range\").innerText;\n    const printWindow = window.open(\"\", \"_blank\", \"width=900,height=1200\");\n\n    const printHtml = `\n<!DOCTYPE html>\n<html lang=\"pl\">\n<head>\n<meta charset=\"UTF-8\">\n<title>Jad\u0142ospis do druku<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n\n* {\n    -webkit-print-color-adjust: exact;\n    print-color-adjust: exact;\n}\n\n@page {\n    size: A4;\n    margin: 3mm;\n}\n\n* {\n    box-sizing: border-box;\n}\n\nhtml, body {\n    margin: 0;\n    padding: 0;\n    background: white;\n    font-family: 'Poppins', sans-serif;\n    color: #222;\n}\n\nbody {\n    padding: 0;\n}\n\n.page {\n    width: 200mm;\n    margin: 0 auto;\n}\n\n\/* HEADER *\/\n\n.header {\n    background: linear-gradient(90deg, #6f8cff, #3ed0e6);\n    color: white;\n    border-radius: 17px;\n    padding: 12px 17px;\n    text-align: center;\n    box-shadow: 0 6px 13px rgba(0,0,0,0.15);\n    margin-bottom: 8px;\n    position: relative;\n}\n\n.header .apple {\n    position: absolute;\n    left: 15px;\n    top: 10px;\n    font-size: 24px;\n}\n\n.header-title {\n    font-size: 21px;\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 2px;\n}\n\n.header-date {\n    font-size: 22px;\n    font-weight: 700;\n    color: #111;\n    background: rgba(255,255,255,0.75);\n    display: inline-block;\n    padding: 2px 8px;\n    border-radius: 10px;\n}\n\n\/* DAYS *\/\n\n.days {\n    display: block;\n}\n\n.print-day {\n    background: linear-gradient(180deg,#bfeeff,#9ddcff);\n    border-radius: 13px;\n    padding: 7px 9px 6px 9px;\n    margin-bottom: 6px;\n    page-break-inside: avoid;\n}\n\n.print-day-title {\n    font-size: 13px;\n    font-weight: 700;\n    color: #111;\n    margin: 0 0 3px 0;\n    line-height: 1.2;\n}\n\n\/* MEALS *\/\n\n.print-meal {\n    background: #ffffff;\n    border-radius: 12px;\n    padding: 5px 8px;\n    margin-bottom: 4px;\n    box-shadow: 0 2px 6px rgba(0,0,0,0.10);\n}\n\n.print-meal:last-child {\n    margin-bottom: 0;\n}\n\n.print-meal-text {\n    font-size: 11px;\n    font-weight: 600;\n    line-height: 1.2;\n    margin-bottom: 1px;\n    color: #111;\n}\n\n.print-meal-info {\n    font-size: 9px;\n    line-height: 1.2;\n    color: #666;\n}\n\n\/* FOOTER OFF *\/\n\n.print-footer {\n    display: none;\n}\n\n\/* PRINT FIX *\/\n\n@media print {\n\n    html, body {\n        width: 210mm;\n        height: 297mm;\n    }\n\n    .page {\n        width: 200mm;\n        margin: 0 auto;\n    }\n\n}\n\n<\/style>\n<\/head>\n<body>\n    <div class=\"page\">\n        <div class=\"header\">\n            <div class=\"apple\">\ud83c\udf4e<\/div>\n            <div class=\"header-title\">Posi\u0142ki dla dzieci w tym tygodniu<\/div>\n            <div class=\"header-date\">${dateRange}<\/div>\n        <\/div>\n\n        <div class=\"days\">\n            <div class=\"print-day\">\n                <div class=\"print-day-title\">Poniedzia\u0142ek (13.04.2026)<\/div>\n                ${buildPrintMeals(\"pon\")}\n            <\/div>\n\n            <div class=\"print-day\">\n                <div class=\"print-day-title\">Wtorek (14.04.2026)<\/div>\n                ${buildPrintMeals(\"wto\")}\n            <\/div>\n\n            <div class=\"print-day\">\n                <div class=\"print-day-title\">\u015aroda (15.04.2026)<\/div>\n                ${buildPrintMeals(\"sro\")}\n            <\/div>\n\n            <div class=\"print-day\">\n                <div class=\"print-day-title\">Czwartek (16.04.2026)<\/div>\n                ${buildPrintMeals(\"czw\")}\n            <\/div>\n\n            <div class=\"print-day\">\n                <div class=\"print-day-title\">Pi\u0105tek (17.04.2026)<\/div>\n                ${buildPrintMeals(\"pia\")}\n            <\/div>\n        <\/div>\n    <\/div>\n\n<script>\nwindow.onload = function() {\n    setTimeout(function() {\n        window.focus();\n        window.print();\n    }, 300);\n};\nwindow.onafterprint = function() {\n    window.close();\n};\n<\\\/script>\n<\/body>\n<\/html>\n    `;\n\n    printWindow.document.open();\n    printWindow.document.write(printHtml);\n    printWindow.document.close();\n}\n<\/script>\n\n    <div class=\"allergens-info\">\n        <h3>Objas\u0301nienia alergen\u00f3w:<\/h3>\n        <ul>\n            <li>1. Gluten<\/li>\n            <li>2. Mleko<\/li>\n            <li>3. Soja<\/li>\n            <li>4. Mi\u00f3d<\/li>\n            <li>5. Owoce<\/li>\n            <li>6. Seler<\/li>\n            <li>7. Orzechy<\/li>\n            <li>8. Ryby<\/li>\n            <li>9. Jaja<\/li>\n            <li>10. Siarczany<\/li>\n        <\/ul>\n    <\/div>\n\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Jad\u0142ospis &#8211; Przedszkole Kropla S\u0142o\u0144ca Siepraw Przejd\u017a do jad\u0142ospisu \ud83c\udf4e Posi\u0142ki dla dzieci w tym tygodniu 13.04.2026 \u2013 17.04.2026 \ud83d\udda8\ufe0f Druk otworzy si\u0119 w osobnym oknie bez element\u00f3w strony. Poniedzia\u0142ek (13.04.2026) \ud83c\udf7d Co dzi\u015b serwujemy? Wtorek (14.04.2026) \ud83c\udf7d Co dzi\u015b serwujemy? \u015aroda (15.04.2026) \ud83c\udf7d Co dzi\u015b serwujemy? Czwartek (16.04.2026) \ud83c\udf7d Co dzi\u015b serwujemy? Pi\u0105tek (17.04.2026) [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-125","page","type-page","status-publish","hentry"],"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/przedszkole.siepraw.edu.pl\/uk\/wp-json\/wp\/v2\/pages\/125","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/przedszkole.siepraw.edu.pl\/uk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/przedszkole.siepraw.edu.pl\/uk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/przedszkole.siepraw.edu.pl\/uk\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/przedszkole.siepraw.edu.pl\/uk\/wp-json\/wp\/v2\/comments?post=125"}],"version-history":[{"count":151,"href":"https:\/\/przedszkole.siepraw.edu.pl\/uk\/wp-json\/wp\/v2\/pages\/125\/revisions"}],"predecessor-version":[{"id":2194,"href":"https:\/\/przedszkole.siepraw.edu.pl\/uk\/wp-json\/wp\/v2\/pages\/125\/revisions\/2194"}],"wp:attachment":[{"href":"https:\/\/przedszkole.siepraw.edu.pl\/uk\/wp-json\/wp\/v2\/media?parent=125"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}