{"id":215,"date":"2026-02-05T17:49:35","date_gmt":"2026-02-05T17:49:35","guid":{"rendered":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/?page_id=215"},"modified":"2026-02-05T18:34:21","modified_gmt":"2026-02-05T18:34:21","slug":"history","status":"publish","type":"page","link":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/history\/","title":{"rendered":"History"},"content":{"rendered":"<!-- HISTORY PAGE v2 (template-safe links + robust fantasy example + public safe)\nReplace ALL existing page content with this.\n\nAll internal links point to \/template-blue-lodge\/ so they do not jump to the parent site.\nNo em dashes used.\nFantasy content is written as an example only. Replace with real Lodge facts.\n-->\n\n\n<style>\n  :root{\n    --mvb-btn-bg:#12233E;\n    --mvb-btn-bg-hover:#163158;\n    --mvb-btn-text:#ffffff;\n    --mvb-radius:12px;\n\n    --mv-text:#0b1220;\n    --mv-muted:#5b677a;\n    --mv-border:#e6e9ef;\n    --mv-soft:#f6f8fb;\n    --mv-card:#ffffff;\n  }\n\n  .mv-page{color:var(--mv-text);font-size:18px;line-height:1.6}\n  .mv-section{padding:28px 18px}\n  .mv-inner{max-width:1100px;margin:0 auto}\n  .mv-muted{color:var(--mv-muted)}\n  .mv-kicker{font-size:13px;text-transform:uppercase;letter-spacing:.02em;font-weight:700;color:var(--mv-muted);margin:0 0 10px}\n  .mv-h1{font-size:44px;line-height:1.12;margin:0 0 10px}\n  .mv-h2{font-size:26px;line-height:1.25;margin:0 0 10px}\n  .mv-h3{font-size:18px;line-height:1.25;margin:0}\n  .mv-lead{margin:0 0 18px;max-width:84ch}\n  .mv-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}\n\n  .mv-card{\n    background:var(--mv-card);\n    border:1px solid var(--mv-border);\n    border-radius:18px;\n    padding:20px;\n  }\n\n  .mv-hero{\n    border-bottom:1px solid var(--mv-border);\n    background:linear-gradient(180deg,var(--mv-soft),#fff);\n  }\n\n  .mv-heroMedia{\n    border-radius:18px;\n    border:1px solid rgba(0,0,0,.10);\n    overflow:hidden;\n    background:#fff;\n  }\n  .mv-heroMedia img{width:100%;height:auto;display:block}\n\n  .mv-2col{\n    display:grid;\n    grid-template-columns: 1.1fr .9fr;\n    gap:18px;\n    align-items:start;\n  }\n\n  .mv-3col{\n    display:grid;\n    grid-template-columns:repeat(12,1fr);\n    gap:14px;\n  }\n  .mv-col4{grid-column:span 4}\n\n  .mv-list{margin:10px 0 0;padding-left:18px}\n  .mv-list li{margin:6px 0}\n\n  .mv-chiprow{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}\n  .mv-chip{\n    background:#fff;\n    border:1px solid var(--mv-border);\n    border-radius:999px;\n    padding:8px 12px;\n    font-weight:700;\n    font-size:14px;\n  }\n\n  \/* Buttons: MVB style *\/\n  .mv-page a.mvb-btn,\n  .mv-page a.mvb-btn:link,\n  .mv-page a.mvb-btn:visited,\n  .mv-page a.mvb-btn:hover,\n  .mv-page a.mvb-btn:active{\n    background:var(--mvb-btn-bg) !important;\n    color:var(--mvb-btn-text) !important;\n    -webkit-text-fill-color: var(--mvb-btn-text);\n    text-decoration:none !important;\n    border:0 !important;\n    border-radius:var(--mvb-radius) !important;\n    padding:14px 24px !important;\n    font-size:16px !important;\n    font-weight:600 !important;\n    min-height:48px !important;\n    display:inline-flex !important;\n    align-items:center !important;\n    justify-content:center !important;\n    gap:10px !important;\n  }\n  .mv-page a.mvb-btn:hover{background:var(--mvb-btn-bg-hover) !important}\n  .mv-page a.mvb-btn:focus{outline:2px rgba(18,35,62,.35) solid;outline-offset:2px}\n  .mv-page a.mvb-btn *{color:var(--mvb-btn-text) !important;-webkit-text-fill-color: var(--mvb-btn-text) !important}\n\n  \/* Normal links *\/\n  .mv-page a:not(.mvb-btn){color:var(--mvb-btn-bg)}\n  .mv-page a:not(.mvb-btn):visited{color:var(--mvb-btn-bg)}\n  .mv-page a:not(.mvb-btn):hover{color:var(--mvb-btn-bg-hover)}\n\n  \/* Expandable sections *\/\n  .mv-acc{\n    border:1px solid var(--mv-border);\n    border-radius:18px;\n    background:var(--mv-soft);\n    padding:16px;\n  }\n  .mv-acc[open]{background:#fff}\n  .mv-acc summary{\n    cursor:pointer;\n    font-weight:800;\n    list-style:none;\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap:12px;\n  }\n  .mv-acc summary::-webkit-details-marker{display:none}\n  .mv-acc summary:after{content:\"+\";font-size:20px;line-height:1}\n  .mv-acc[open] summary:after{content:\"-\"}\n  .mv-acc-body{margin-top:12px}\n\n  \/* Timeline *\/\n  .mv-timeline{margin:0;padding:0;list-style:none}\n  .mv-tl-item{\n    display:grid;\n    grid-template-columns: 160px 1fr;\n    gap:14px;\n    padding:14px 0;\n    border-top:1px solid var(--mv-border);\n  }\n  .mv-tl-item:first-child{border-top:0;padding-top:0}\n  .mv-tl-date{font-weight:800;color:var(--mv-text)}\n  .mv-tl-title{font-weight:800;margin:0 0 6px}\n  .mv-tl-desc{margin:0;color:var(--mv-muted)}\n\n  \/* Photo grid *\/\n  .mv-photoGrid{\n    display:grid;\n    grid-template-columns:repeat(12,1fr);\n    gap:12px;\n  }\n  .mv-photo{grid-column:span 4}\n  .mv-cap{font-size:14px;color:var(--mv-muted);margin:10px 0 0}\n\n  @media (max-width: 900px){\n    .mv-h1{font-size:34px}\n    .mv-2col{grid-template-columns:1fr}\n    .mv-col4{grid-column:span 12}\n    .mv-photo{grid-column:span 12}\n    .mv-tl-item{grid-template-columns:1fr}\n  }\n<\/style>\n\n<main class=\"mv-page\">\n\n  <!-- HERO -->\n  <section class=\"mv-section mv-hero\">\n    <div class=\"mv-inner\">\n      <p class=\"mv-kicker\">History<\/p>\n      <h1 class=\"mv-h1\">MasonView Demo No. 88 history<\/h1>\n\n      <p class=\"mv-lead mv-muted\">\n        A public friendly look at our Lodge story, milestones, and community impact.\n        For official statewide information and resources, visit\n        <a href=\"https:\/\/pamasons.org\/\" target=\"_blank\" rel=\"noopener\">pamasons.org<\/a>.\n      <\/p>\n\n      <div class=\"mv-row\">\n        <a class=\"mvb-btn\" href=\"\/template-blue-lodge\/visit\/\">Visit Us<\/a>\n        <a class=\"mvb-btn\" href=\"\/template-blue-lodge\/calendar\/\">View Calendar<\/a>\n        <a class=\"mvb-btn\" href=\"\/template-blue-lodge\/join\/\">Interested in Joining<\/a>\n        <a class=\"mvb-btn\" href=\"\/template-blue-lodge\/contact\/\">Contact<\/a>\n      <\/div>\n\n      <div class=\"mv-chiprow\" aria-label=\"Quick facts\">\n        <div class=\"mv-chip\">Constituted: August 18, 1988<\/div>\n        <div class=\"mv-chip\">Stated Meeting: Second Thursday of each month<\/div>\n        <div class=\"mv-chip\">Location: Kennett Square, Pa<\/div>\n      <\/div>\n\n      <div class=\"mv-heroMedia\" style=\"margin-top:16px\">\n        <img decoding=\"async\" src=\"https:\/\/kennettlodge475.com\/wp-content\/uploads\/2024\/12\/326477307_1532924247113186_7716930872616811998_n.jpg\" alt=\"Lodge building for MasonView Demo No. 88\" loading=\"lazy\">\n      <\/div>\n      <p class=\"mv-cap\">Replace this with a building exterior, charter display, or a Lodge room photo.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- LODGE HISTORY SUMMARY + EXAMPLE STORY -->\n  <section class=\"mv-section\">\n    <div class=\"mv-inner\">\n      <div class=\"mv-2col\">\n\n        <div class=\"mv-card\">\n          <h2 class=\"mv-h2\">Our Lodge story<\/h2>\n\n          <p class=\"mv-muted\" style=\"margin:0 0 12px\">\n            <strong>Example text:<\/strong> MasonView Demo No. 88 traces its roots to a small group of local craftsmen,\n            merchants, and civic leaders who wanted a place to build friendships, support families in need, and leave the town better\n            than they found it. The Lodge began meeting by candlelight in a rented hall above a general store and later moved into\n            a dedicated building as the community grew.\n          <\/p>\n\n          <p class=\"mv-muted\" style=\"margin:0 0 12px\">\n            <strong>Example text:<\/strong> Over generations, Brethren carried the Lodge through changing times by keeping a steady rhythm:\n            stated meetings, education, charity, and fellowship. Records show early meal traditions, holiday collections for neighbors,\n            and regular visits to other Lodges across the district to keep bonds strong.\n          <\/p>\n\n          <p class=\"mv-muted\" style=\"margin:0\">\n            <strong>Replace with real:<\/strong> Add your real founding details, notable milestones, and local impact. Keep the content public safe.\n          <\/p>\n\n          <div class=\"mv-row\" style=\"margin-top:14px\">\n            <a class=\"mvb-btn\" href=\"#timeline\">Jump to timeline<\/a>\n            <a class=\"mvb-btn\" href=\"#archives\">Archives and documents<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"mv-card\">\n          <h2 class=\"mv-h2\">At a glance<\/h2>\n          <ul class=\"mv-list\">\n            <li><strong>Constituted:<\/strong> August 18, 1988<\/li>\n            <li><strong>Where we meet:<\/strong> 1234 Masonry Way<\/li>\n            <li><strong>Capacity:<\/strong> 140<\/li>\n            <li><strong>Primary contact:<\/strong> <a href=\"mailto:sec@masonview.com\">sec@masonview.com<\/a><\/li>\n          <\/ul>\n\n          <div class=\"mv-photoGrid\" style=\"margin-top:14px\">\n            <div class=\"mv-photo\">\n              <div class=\"mv-heroMedia\">\n                <img decoding=\"async\" src=\"https:\/\/kennettlodge475.com\/wp-content\/uploads\/2024\/12\/326477307_1532924247113186_7716930872616811998_n.jpg\" alt=\"Lodge building for MasonView Demo No. 88\" loading=\"lazy\">\n              <\/div>\n              <p class=\"mv-cap\">Building<\/p>\n            <\/div>\n            <div class=\"mv-photo\">\n              <div class=\"mv-heroMedia\">\n                <img decoding=\"async\" src=\"https:\/\/www.stjohnslodge115.org\/images\/logo.jpg\" alt=\"MasonView Demo No. 88 logo\" loading=\"lazy\">\n              <\/div>\n              <p class=\"mv-cap\">Seal or logo<\/p>\n            <\/div>\n            <div class=\"mv-photo\">\n              <div class=\"mv-heroMedia\">\n                <img decoding=\"async\" src=\"https:\/\/5thdistrictpa.com\/wp-content\/uploads\/2023\/02\/Events3.jpg\" alt=\"Members and guests at MasonView Demo No. 88\" loading=\"lazy\">\n              <\/div>\n              <p class=\"mv-cap\">Community event<\/p>\n            <\/div>\n          <\/div>\n\n          <p class=\"mv-cap\">Optional: building, charter display, and a public event photo.<\/p>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FEATURE CARDS: ROBUST EXAMPLE CONTENT -->\n  <section class=\"mv-section\">\n    <div class=\"mv-inner\">\n      <div class=\"mv-3col\">\n\n        <div class=\"mv-card mv-col4\">\n          <h2 class=\"mv-h2\">Founding roots<\/h2>\n          <p class=\"mv-muted\" style=\"margin:0 0 10px\">\n            <strong>Example:<\/strong> The Lodge was constituted on August 18, 1988 and first met in Kennett Square, Pa in a modest rented room.\n            Early minutes mention a &#8220;winter relief collection&#8221; and a tradition of welcoming travelers and visiting Brethren.\n          <\/p>\n          <ul class=\"mv-list\">\n            <li>First meeting location: replace with real place name<\/li>\n            <li>First recorded charity effort: replace with real detail<\/li>\n            <li>Oldest surviving item: charter, Bible, or minute book<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"mv-card mv-col4\">\n          <h2 class=\"mv-h2\">Hall and landmarks<\/h2>\n          <p class=\"mv-muted\" style=\"margin:0 0 10px\">\n            <strong>Example:<\/strong> The current building became a gathering place for civic dinners, award nights, and neighborhood meetings.\n            Renovations focused on accessibility, preserving historic features, and creating a comfortable space for families.\n          <\/p>\n          <ul class=\"mv-list\">\n            <li>Renovation year: replace with real year<\/li>\n            <li>Notable feature: Lodge room, stained glass, cornerstone<\/li>\n            <li>Memorials: honor roll, plaques, or donated items<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"mv-card mv-col4\">\n          <h2 class=\"mv-h2\">Service and community<\/h2>\n          <p class=\"mv-muted\" style=\"margin:0 0 10px\">\n            <strong>Example:<\/strong> The Lodge supports local relief, youth programs, and seasonal service projects.\n            Public events on the calendar are designed to welcome families and friends of the community.\n          <\/p>\n          <ul class=\"mv-list\">\n            <li>Annual food drive or coat drive<\/li>\n            <li>Scholarships or youth support<\/li>\n            <li>Community partnerships and volunteer days<\/li>\n          <\/ul>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- TIMELINE -->\n  <section class=\"mv-section\" id=\"timeline\">\n    <div class=\"mv-inner\">\n      <div class=\"mv-card\">\n        <h2 class=\"mv-h2\">Timeline<\/h2>\n        <p class=\"mv-muted\" style=\"margin:0 0 12px\">\n          Example timeline below. Replace entries with real Lodge dates and events.\n        <\/p>\n\n        <ul class=\"mv-timeline\">\n          <li class=\"mv-tl-item\">\n            <div class=\"mv-tl-date\">August 18, 1988<\/div>\n            <div>\n              <p class=\"mv-tl-title\">Constituted and first officers installed<\/p>\n              <p class=\"mv-tl-desc\">A small group of local men forms the Lodge and begins meeting regularly in Kennett Square, Pa.<\/p>\n            <\/div>\n          <\/li>\n\n          <li class=\"mv-tl-item\">\n            <div class=\"mv-tl-date\">Early 1800s<\/div>\n            <div>\n              <p class=\"mv-tl-title\">First recorded charity collection<\/p>\n              <p class=\"mv-tl-desc\">Minutes reference assistance for widows and families during a harsh winter season.<\/p>\n            <\/div>\n          <\/li>\n\n          <li class=\"mv-tl-item\">\n            <div class=\"mv-tl-date\">Late 1800s<\/div>\n            <div>\n              <p class=\"mv-tl-title\">New meeting hall established<\/p>\n              <p class=\"mv-tl-desc\">The Lodge moves from rented quarters into a more permanent space to support growth.<\/p>\n            <\/div>\n          <\/li>\n\n          <li class=\"mv-tl-item\">\n            <div class=\"mv-tl-date\">1940s<\/div>\n            <div>\n              <p class=\"mv-tl-title\">Community relief work expands<\/p>\n              <p class=\"mv-tl-desc\">The Lodge increases support for local relief efforts and strengthens partnerships with community groups.<\/p>\n            <\/div>\n          <\/li>\n\n          <li class=\"mv-tl-item\">\n            <div class=\"mv-tl-date\">1990s<\/div>\n            <div>\n              <p class=\"mv-tl-title\">Modernization and accessibility updates<\/p>\n              <p class=\"mv-tl-desc\">Upgrades improve comfort, access, and usability while preserving the character of the building.<\/p>\n            <\/div>\n          <\/li>\n\n          <li class=\"mv-tl-item\">\n            <div class=\"mv-tl-date\">Today<\/div>\n            <div>\n              <p class=\"mv-tl-title\">A living Lodge<\/p>\n              <p class=\"mv-tl-desc\">Stated meetings, education, fellowship, and public events continue as the next chapter is written.<\/p>\n            <\/div>\n          <\/li>\n        <\/ul>\n\n        <div class=\"mv-row\" style=\"margin-top:14px\">\n          <a class=\"mvb-btn\" href=\"\/template-blue-lodge\/contact\/\">Share a story<\/a>\n          <a class=\"mvb-btn\" href=\"\/template-blue-lodge\/calendar\/\">See events<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- EXPANDABLE SECTIONS -->\n  <section class=\"mv-section\">\n    <div class=\"mv-inner\">\n      <div class=\"mv-card\">\n        <h2 class=\"mv-h2\">More details<\/h2>\n\n        <details class=\"mv-acc\">\n          <summary>Founding and early years<\/summary>\n          <div class=\"mv-acc-body\">\n            <p class=\"mv-muted\" style=\"margin:0 0 10px\">\n              <strong>Example:<\/strong> Early records describe practical concerns like meeting space, candle and lamp purchases,\n              and a shared meal after meetings. Visiting Brethren were frequently recorded, showing a strong culture of travel and fellowship.\n            <\/p>\n            <p class=\"mv-muted\" style=\"margin:0\">\n              Replace with real details such as original meeting location, founding members, and early community role.\n            <\/p>\n          <\/div>\n        <\/details>\n\n        <details class=\"mv-acc\" style=\"margin-top:12px\">\n          <summary>Milestones and growth<\/summary>\n          <div class=\"mv-acc-body\">\n            <p class=\"mv-muted\" style=\"margin:0 0 10px\">\n              <strong>Example:<\/strong> The Lodge celebrated major anniversaries with public dinners, guest speakers, and community partners.\n              Over time, the building hosted civic talks, blood drives, and charity nights.\n            <\/p>\n            <ul class=\"mv-list\">\n              <li>Building milestones, renovations, relocations<\/li>\n              <li>Notable public events and community projects<\/li>\n              <li>Anniversaries and commemorations<\/li>\n            <\/ul>\n          <\/div>\n        <\/details>\n\n        <details class=\"mv-acc\" style=\"margin-top:12px\">\n          <summary>Traditions and culture (public safe)<\/summary>\n          <div class=\"mv-acc-body\">\n            <p class=\"mv-muted\" style=\"margin:0 0 10px\">\n              <strong>Example:<\/strong> The Lodge is known for strong fellowship, practical education, and welcoming visits.\n              Many traditions center on shared meals, mentorship, and service to neighbors.\n            <\/p>\n            <ul class=\"mv-list\">\n              <li>Avoid private or ritual specific details<\/li>\n              <li>Focus on fellowship, education, charity, and community presence<\/li>\n              <li>Highlight public events and open houses when applicable<\/li>\n            <\/ul>\n          <\/div>\n        <\/details>\n\n        <details class=\"mv-acc\" style=\"margin-top:12px\">\n          <summary>Community service and charity<\/summary>\n          <div class=\"mv-acc-body\">\n            <p class=\"mv-muted\" style=\"margin:0 0 10px\">\n              <strong>Example:<\/strong> The Lodge supports local needs through seasonal drives and volunteer projects.\n              When the community faces hardship, the Lodge responds quietly and consistently.\n            <\/p>\n            <p class=\"mv-muted\" style=\"margin:0\">\n              Replace with your actual charity focus: \n            <\/p>\n          <\/div>\n        <\/details>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FREEMASONRY IN PENNSYLVANIA -->\n  <section class=\"mv-section\">\n    <div class=\"mv-inner\">\n      <div class=\"mv-card\">\n        <h2 class=\"mv-h2\">Freemasonry in Pennsylvania<\/h2>\n\n        <p class=\"mv-muted\" style=\"margin:0 0 10px\">\n          <strong>Example:<\/strong> Pennsylvania has one of the oldest and most active Masonic traditions in the United States.\n          Lodges across the Commonwealth work to strengthen character, promote friendship, and support charitable programs.\n        <\/p>\n\n        <details class=\"mv-acc\">\n          <summary>Grand Lodge overview<\/summary>\n          <div class=\"mv-acc-body\">\n            <p class=\"mv-muted\" style=\"margin:0 0 12px\">\n              <strong>Example:<\/strong> The Grand Lodge of Pennsylvania provides governance, resources, and public education for the jurisdiction.\n              It supports statewide programs and helps Lodges serve their communities in consistent, responsible ways.\n            <\/p>\n            <p class=\"mv-muted\" style=\"margin:0\">\n              For official statewide information, programs, news, and resources, visit\n              <a href=\"https:\/\/pamasons.org\/\" target=\"_blank\" rel=\"noopener\">pamasons.org<\/a>.\n            <\/p>\n            <div class=\"mv-row\" style=\"margin-top:14px\">\n              <a class=\"mvb-btn\" href=\"https:\/\/pamasons.org\/\" target=\"_blank\" rel=\"noopener\">Visit pamasons.org<\/a>\n              <a class=\"mvb-btn\" href=\"\/template-blue-lodge\/visit\/\">Planning a visit<\/a>\n            <\/div>\n          <\/div>\n        <\/details>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ARCHIVES -->\n  <section class=\"mv-section\" id=\"archives\">\n    <div class=\"mv-inner\">\n      <div class=\"mv-card\">\n        <h2 class=\"mv-h2\">Archives and documents<\/h2>\n        <p class=\"mv-muted\" style=\"margin:0 0 12px\">\n          If you have a Lodge history booklet, anniversary program, scanned photos, or minutes, link them here.\n        <\/p>\n\n        <div class=\"mv-row\">\n          <a class=\"mvb-btn\" href=\"\" target=\"_blank\" rel=\"noopener\"><\/a>\n          <a class=\"mvb-btn\" href=\"\" target=\"_blank\" rel=\"noopener\">View archives folder<\/a>\n          <a class=\"mvb-btn\" href=\"\/template-blue-lodge\/contact\/\">Contact the Lodge<\/a>\n        <\/div>\n\n        <details class=\"mv-acc\" style=\"margin-top:14px\">\n          <summary>Lodge Historian contact<\/summary>\n          <div class=\"mv-acc-body\">\n            <ul class=\"mv-list\">\n              <li><strong>Historian:<\/strong> <\/li>\n              <li><strong>Email:<\/strong> <a href=\"mailto:\"><\/a><\/li>\n              <li><strong>Phone:<\/strong> <a href=\"tel:\"><\/a><\/li>\n            <\/ul>\n            <p class=\"mv-muted\" style=\"margin:0\">\n              Have an old photo, program, or story? Send it in and we can add it to the timeline.\n            <\/p>\n          <\/div>\n        <\/details>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA -->\n  <section class=\"mv-section\">\n    <div class=\"mv-inner\">\n      <div class=\"mv-card\">\n        <h2 class=\"mv-h2\">Want to be part of the next chapter?<\/h2>\n        <p class=\"mv-muted\" style=\"margin:0 0 12px\">\n          Visit, attend a public event, or request information about membership.\n        <\/p>\n        <div class=\"mv-row\">\n          <a class=\"mvb-btn\" href=\"\/template-blue-lodge\/calendar\/\">See events<\/a>\n          <a class=\"mvb-btn\" href=\"\/template-blue-lodge\/visit\/\">Visit info<\/a>\n          <a class=\"mvb-btn\" href=\"\/template-blue-lodge\/join\/\">Joining<\/a>\n          <a class=\"mvb-btn\" href=\"\/template-blue-lodge\/contact\/\">Contact<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/main>\n\n","protected":false},"excerpt":{"rendered":"<p>History MasonView Demo No. 88 history A public friendly look at our Lodge story, milestones, and community impact. For official statewide information and resources, visit pamasons.org. Visit Us View Calendar Interested in Joining Contact Constituted: August 18, 1988 Stated Meeting: Second Thursday of each month Location: Kennett Square, Pa Replace this with a building exterior, &#8230; <a title=\"History\" class=\"read-more\" href=\"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/history\/\" aria-label=\"Read more about History\">Read more<\/a><\/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-215","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/wp-json\/wp\/v2\/pages\/215","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/wp-json\/wp\/v2\/comments?post=215"}],"version-history":[{"count":2,"href":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/wp-json\/wp\/v2\/pages\/215\/revisions"}],"predecessor-version":[{"id":228,"href":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/wp-json\/wp\/v2\/pages\/215\/revisions\/228"}],"wp:attachment":[{"href":"https:\/\/site.sowhenitbe.com\/template-blue-lodge\/wp-json\/wp\/v2\/media?parent=215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}