Created
April 21, 2026 21:53
-
-
Save PandaWhoCodes/0ffbf6410e2d4534a2d2e3e4b985fe7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>The Three Walls — Matthew 5:33–48</title> | |
| <link rel="preconnect" href="https://fonts.googleapis.com"> | |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | |
| <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Crimson+Pro:ital,wght@0,400;0,500;0,600;1,400&family=IM+Fell+English+SC&display=swap" rel="stylesheet"> | |
| <style> | |
| :root { | |
| --paper: #f6f1e7; | |
| --paper-deep: #efe7d6; | |
| --ink: #1f1a14; | |
| --ink-soft: #3a3127; | |
| --rule: #c8b89a; | |
| --accent: #8b2e1f; /* deep ox-blood */ | |
| --accent-soft: #b25a3c; | |
| --gold: #9a7b2d; | |
| --verse-bg: #fbf6ea; | |
| --verse-border: #d9c79c; | |
| --shadow: 0 1px 0 rgba(31,26,20,0.04), 0 8px 30px rgba(31,26,20,0.06); | |
| } | |
| * { box-sizing: border-box; } | |
| html, body { | |
| margin: 0; | |
| padding: 0; | |
| background: var(--paper); | |
| color: var(--ink); | |
| font-family: "Crimson Pro", Georgia, serif; | |
| font-size: 19px; | |
| line-height: 1.72; | |
| -webkit-font-smoothing: antialiased; | |
| } | |
| /* subtle paper texture */ | |
| body::before { | |
| content: ""; | |
| position: fixed; | |
| inset: 0; | |
| pointer-events: none; | |
| z-index: 0; | |
| background-image: | |
| radial-gradient(ellipse at 20% 10%, rgba(154,123,45,0.06), transparent 60%), | |
| radial-gradient(ellipse at 80% 90%, rgba(139,46,31,0.05), transparent 55%); | |
| } | |
| .page { | |
| position: relative; | |
| z-index: 1; | |
| max-width: 780px; | |
| margin: 0 auto; | |
| padding: 80px 48px 120px; | |
| } | |
| @media (max-width: 640px) { | |
| body { font-size: 17px; } | |
| .page { padding: 48px 22px 80px; } | |
| } | |
| /* --- MASTHEAD --- */ | |
| .masthead { | |
| text-align: center; | |
| margin-bottom: 72px; | |
| padding-bottom: 40px; | |
| border-bottom: 1px solid var(--rule); | |
| position: relative; | |
| } | |
| .masthead::after { | |
| content: "❦"; | |
| position: absolute; | |
| bottom: -16px; | |
| left: 50%; | |
| transform: translateX(-50%); | |
| background: var(--paper); | |
| padding: 0 14px; | |
| color: var(--accent); | |
| font-size: 22px; | |
| } | |
| .kicker { | |
| font-family: "IM Fell English SC", serif; | |
| letter-spacing: 0.22em; | |
| font-size: 0.85rem; | |
| color: var(--accent); | |
| margin-bottom: 18px; | |
| } | |
| h1.title { | |
| font-family: "Cormorant Garamond", serif; | |
| font-weight: 500; | |
| font-style: italic; | |
| font-size: clamp(2.4rem, 5.5vw, 3.8rem); | |
| line-height: 1.05; | |
| margin: 0 0 18px; | |
| letter-spacing: -0.01em; | |
| } | |
| h1.title .amp { | |
| color: var(--accent); | |
| font-style: normal; | |
| } | |
| .reference { | |
| font-family: "IM Fell English SC", serif; | |
| letter-spacing: 0.15em; | |
| font-size: 0.95rem; | |
| color: var(--ink-soft); | |
| } | |
| /* --- SECTION HEADERS --- */ | |
| .recap, .movement, .closing { | |
| margin-top: 72px; | |
| } | |
| .section-label { | |
| font-family: "IM Fell English SC", serif; | |
| letter-spacing: 0.22em; | |
| font-size: 0.8rem; | |
| color: var(--accent); | |
| margin-bottom: 10px; | |
| } | |
| h2 { | |
| font-family: "Cormorant Garamond", serif; | |
| font-weight: 600; | |
| font-size: 2.1rem; | |
| line-height: 1.15; | |
| margin: 0 0 8px; | |
| color: var(--ink); | |
| letter-spacing: -0.005em; | |
| } | |
| h2 .roman { | |
| color: var(--accent); | |
| font-style: italic; | |
| font-weight: 500; | |
| margin-right: 14px; | |
| } | |
| .subhead { | |
| font-family: "Cormorant Garamond", serif; | |
| font-style: italic; | |
| font-size: 1.25rem; | |
| color: var(--ink-soft); | |
| margin-bottom: 32px; | |
| display: flex; | |
| align-items: center; | |
| gap: 14px; | |
| } | |
| .subhead::before, .subhead::after { | |
| content: ""; | |
| height: 1px; | |
| flex: 1; | |
| background: var(--rule); | |
| } | |
| h3 { | |
| font-family: "Cormorant Garamond", serif; | |
| font-weight: 600; | |
| font-size: 1.35rem; | |
| color: var(--accent); | |
| margin: 36px 0 12px; | |
| letter-spacing: 0.01em; | |
| } | |
| p { margin: 0 0 18px; } | |
| em { color: var(--ink-soft); } | |
| strong { color: var(--ink); font-weight: 600; } | |
| /* --- SCRIPTURE BLOCK --- */ | |
| .scripture { | |
| background: var(--verse-bg); | |
| border-left: 3px solid var(--accent); | |
| padding: 28px 32px 24px; | |
| margin: 32px 0; | |
| position: relative; | |
| box-shadow: var(--shadow); | |
| border-radius: 2px; | |
| } | |
| .scripture::before { | |
| content: ""; | |
| position: absolute; | |
| inset: 6px; | |
| border: 1px solid var(--verse-border); | |
| pointer-events: none; | |
| border-radius: 1px; | |
| } | |
| .scripture-cite { | |
| font-family: "IM Fell English SC", serif; | |
| letter-spacing: 0.18em; | |
| font-size: 0.8rem; | |
| color: var(--accent); | |
| margin-bottom: 14px; | |
| position: relative; | |
| } | |
| .scripture p { | |
| margin: 0; | |
| font-family: "Cormorant Garamond", serif; | |
| font-size: 1.2rem; | |
| line-height: 1.7; | |
| color: var(--ink); | |
| position: relative; | |
| } | |
| .scripture p + p { margin-top: 10px; } | |
| .vnum { | |
| font-family: "IM Fell English SC", serif; | |
| font-size: 0.75rem; | |
| color: var(--accent); | |
| vertical-align: super; | |
| margin-right: 6px; | |
| letter-spacing: 0.05em; | |
| } | |
| /* --- INLINE SCRIPTURE (small quotes) --- */ | |
| .inline-verse { | |
| display: inline; | |
| font-family: "Cormorant Garamond", serif; | |
| font-style: italic; | |
| color: var(--accent); | |
| } | |
| .inline-verse .ref { | |
| font-family: "IM Fell English SC", serif; | |
| font-style: normal; | |
| font-size: 0.75em; | |
| letter-spacing: 0.15em; | |
| color: var(--ink-soft); | |
| margin-left: 4px; | |
| } | |
| /* --- PULL QUOTE --- */ | |
| .pull { | |
| font-family: "Cormorant Garamond", serif; | |
| font-style: italic; | |
| font-size: 1.6rem; | |
| line-height: 1.35; | |
| color: var(--accent); | |
| text-align: center; | |
| margin: 40px auto; | |
| padding: 28px 20px; | |
| max-width: 620px; | |
| border-top: 1px solid var(--rule); | |
| border-bottom: 1px solid var(--rule); | |
| } | |
| /* --- NOTE (aside) --- */ | |
| .note { | |
| font-size: 0.95rem; | |
| color: var(--ink-soft); | |
| background: var(--paper-deep); | |
| padding: 18px 22px; | |
| border-radius: 2px; | |
| margin: 24px 0; | |
| font-style: italic; | |
| } | |
| .note strong { | |
| font-style: normal; | |
| letter-spacing: 0.04em; | |
| color: var(--accent); | |
| } | |
| /* --- WALL DIVIDER --- */ | |
| .wall-divider { | |
| text-align: center; | |
| margin: 96px 0 56px; | |
| position: relative; | |
| } | |
| .wall-divider .mark { | |
| font-family: "Cormorant Garamond", serif; | |
| font-style: italic; | |
| color: var(--accent); | |
| font-size: 1.5rem; | |
| background: var(--paper); | |
| padding: 0 24px; | |
| position: relative; | |
| z-index: 2; | |
| } | |
| .wall-divider::before { | |
| content: ""; | |
| position: absolute; | |
| top: 50%; | |
| left: 0; right: 0; | |
| height: 1px; | |
| background: var(--rule); | |
| } | |
| /* --- STRUCTURE TABLE (the pattern) --- */ | |
| .pattern { | |
| display: grid; | |
| grid-template-columns: auto 1fr 1fr; | |
| gap: 0; | |
| margin: 32px 0; | |
| background: var(--paper-deep); | |
| border: 1px solid var(--rule); | |
| } | |
| .pattern > div { | |
| padding: 16px 20px; | |
| border-bottom: 1px solid var(--rule); | |
| } | |
| .pattern > div:nth-last-child(-n+3) { border-bottom: none; } | |
| .pattern .roman { | |
| font-family: "IM Fell English SC", serif; | |
| color: var(--accent); | |
| letter-spacing: 0.1em; | |
| font-size: 0.9rem; | |
| border-right: 1px solid var(--rule); | |
| } | |
| .pattern .part { | |
| font-family: "Cormorant Garamond", serif; | |
| font-weight: 600; | |
| font-size: 1.15rem; | |
| border-right: 1px solid var(--rule); | |
| } | |
| .pattern .part em { | |
| display: block; | |
| font-weight: 400; | |
| font-size: 0.9rem; | |
| color: var(--ink-soft); | |
| font-style: italic; | |
| margin-top: 2px; | |
| } | |
| .pattern .what { | |
| font-style: italic; | |
| color: var(--ink-soft); | |
| font-size: 1rem; | |
| } | |
| /* --- FINAL TELEIOS BLOCK --- */ | |
| .closing .scripture { | |
| background: #1f1a14; | |
| color: var(--paper); | |
| border-left-color: var(--gold); | |
| } | |
| .closing .scripture::before { | |
| border-color: rgba(154,123,45,0.4); | |
| } | |
| .closing .scripture-cite { | |
| color: var(--gold); | |
| } | |
| .closing .scripture p { | |
| color: var(--paper); | |
| font-size: 1.5rem; | |
| line-height: 1.5; | |
| text-align: center; | |
| font-style: italic; | |
| } | |
| .teleios { | |
| text-align: center; | |
| margin-top: 40px; | |
| font-family: "IM Fell English SC", serif; | |
| letter-spacing: 0.3em; | |
| color: var(--accent); | |
| font-size: 1.1rem; | |
| } | |
| .amen { | |
| text-align: center; | |
| margin-top: 80px; | |
| padding-top: 32px; | |
| border-top: 1px solid var(--rule); | |
| font-family: "Cormorant Garamond", serif; | |
| font-style: italic; | |
| color: var(--ink-soft); | |
| } | |
| .amen .word { | |
| font-size: 1.6rem; | |
| color: var(--accent); | |
| letter-spacing: 0.1em; | |
| } | |
| /* --- PRINT --- */ | |
| @media print { | |
| body { background: white; font-size: 11pt; } | |
| body::before { display: none; } | |
| .page { max-width: none; padding: 0; } | |
| .scripture { box-shadow: none; page-break-inside: avoid; } | |
| .wall-divider { margin: 48px 0 24px; page-break-after: avoid; } | |
| h2, h3 { page-break-after: avoid; } | |
| .closing .scripture { background: white; color: var(--ink); border: 1px solid var(--ink); } | |
| .closing .scripture p { color: var(--ink); } | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <main class="page"> | |
| <!-- ============ MASTHEAD ============ --> | |
| <header class="masthead"> | |
| <div class="kicker">A Sermon on the Sermon on the Mount</div> | |
| <h1 class="title">The Three Walls <span class="amp">&</span> the Shape of the Heart</h1> | |
| <div class="reference">Matthew 5 : 33 — 48</div> | |
| </header> | |
| <!-- ============ RECAP ============ --> | |
| <section class="recap"> | |
| <div class="section-label">Recap — Where We Are in Matthew 5</div> | |
| <h2>Before We Begin</h2> | |
| <p>Matthew 5 moves in three movements. The first two are already behind us.</p> | |
| <p><strong>First came the gift — identity.</strong> Dexer anna opened us with the Beatitudes. <em>Blessed are the poor in spirit. Blessed are those who mourn. Blessed are the meek. Blessed are those who hunger and thirst for righteousness.</em> Jesus does not begin with demand; He begins with blessing. And then He names us: <em>you are the salt of the earth… you are the light of the world.</em> Salt that blends in and draws out the best in everything around it. Light that shines so steadily that people are drawn toward it. That is our identity as disciples.</p> | |
| <p><strong>Then came the calling — vocation.</strong> Last week we saw Jesus raising the bar, again and again. The law says <em>do not murder</em>; Jesus says <em>do not hold anything against your brother.</em> The law says <em>do not commit adultery</em>; Jesus says <em>do not even look with lust, because in your heart it is already done.</em> There is a higher calling. The law maps the floor; Jesus points at the ceiling.</p> | |
| <p><strong>And today we arrive at the practice.</strong> Verses 33 to 48. If the first part gave us identity, and the second the calling, this third part asks a harder question: <em>how do you actually live out what you are called to?</em> Jesus gives us the answer by naming three walls inside us. Three walls that have to come down before the heart can do the work it was made for.</p> | |
| <div class="pattern"> | |
| <div class="roman">I</div> | |
| <div class="part">Falsehood / Duplicity <em>the tongue — what comes out of me</em></div> | |
| <div class="what">Oaths · vv. 33–37</div> | |
| <div class="roman">II</div> | |
| <div class="part">Pride / Wounded Honor <em>the hand — what I do to another</em></div> | |
| <div class="what">Eye for an eye · vv. 38–42</div> | |
| <div class="roman">III</div> | |
| <div class="part">Enmity / Hatred <em>the heart — whom I count as mine</em></div> | |
| <div class="what">Love your enemies · vv. 43–47</div> | |
| </div> | |
| <p>Notice the pattern. Jesus moves from the outside in. From the surface of the self (how I speak), through the body of the self (how I act), to the very core of the self (whom I love). The walls come down from outside in. Hold that in your head — it will matter when we reach the end.</p> | |
| </section> | |
| <!-- ============ WALL I ============ --> | |
| <div class="wall-divider"><span class="mark">Wall the First</span></div> | |
| <section class="movement"> | |
| <div class="section-label">The Tongue · Matthew 5 : 33–37</div> | |
| <h2><span class="roman">I.</span>Falsehood & Duplicity</h2> | |
| <div class="subhead">on oaths, and why a yes should simply be a yes</div> | |
| <div class="scripture"> | |
| <div class="scripture-cite">Matthew 5 : 33–37 · niv</div> | |
| <p><span class="vnum">33</span>Again, you have heard that it was said to the people long ago, <em>‘Do not break your oath, but fulfill to the Lord the vows you have made.’</em></p> | |
| <p><span class="vnum">34</span>But I tell you, do not swear an oath at all: either by heaven, for it is God’s throne;</p> | |
| <p><span class="vnum">35</span>or by the earth, for it is his footstool; or by Jerusalem, for it is the city of the Great King.</p> | |
| <p><span class="vnum">36</span>And do not swear by your head, for you cannot make even one hair white or black.</p> | |
| <p><span class="vnum">37</span>All you need to say is simply ‘Yes’ or ‘No’; anything beyond this comes from the evil one.</p> | |
| </div> | |
| <p>To hear this rightly you have to go back into the world Jesus is speaking into. The command had been given long before — <em>You shall not take the name of the Lord your God in vain.</em> And as humans are very good at doing, the people of Jesus’ day went looking for loopholes. <em>Ah, I cannot swear by God’s name — but surely I can swear by heaven. Or by earth. Or by the great city of Jerusalem. Or by my own head.</em> Different words, same function: a way to lend weight to what you are saying without technically breaking the rule.</p> | |
| <p>And Jesus cuts through it with one clean stroke. <em>No.</em> Heaven is God’s throne. Earth is God’s footstool. Jerusalem is the city of the Great King. And your own head — you cannot even change the color of a single hair on it; it is not yours to swear by. Every loophole you thought you found still circles back to God. You cannot wriggle out of His presence by rephrasing your sentence.</p> | |
| <h3>What the Law Already Said</h3> | |
| <p>The background is there in the Torah:</p> | |
| <p>— <em>Do not swear falsely by my name</em> <span class="inline-verse"><span class="ref">Leviticus 19 : 12</span></span><br> | |
| — <em>Binding vows must not be broken</em> <span class="inline-verse"><span class="ref">Numbers 30</span></span><br> | |
| — <em>Voluntary vows must be fulfilled</em> <span class="inline-verse"><span class="ref">Deuteronomy 23 : 21</span></span></p> | |
| <p>The law was already clear. If you made a promise, you had to keep it. The problem was not that people did not know the law — the problem was that they had learned to dance around it.</p> | |
| <h3>Why Do We Swear at All?</h3> | |
| <p>Ask yourself the question honestly: <em>why does anyone swear? Why do we feel the need to say “I swear on my mother’s life” or “I swear to God”?</em></p> | |
| <p>Because somewhere inside, we suspect that our plain word is not enough to be believed. So we reach for a higher power, or we stake something not ours to stake — our life, our mother, our head — to borrow its weight. Swearing is a confession of distrust. It says: <em>my word alone cannot carry this, so I need to hire a bigger witness.</em></p> | |
| <p>And Jesus answers that with something startling. <em>Don’t outsource your credibility. Let your yes be yes and your no be no.</em> James says the same thing later:</p> | |
| <div class="scripture"> | |
| <div class="scripture-cite">James 5 : 12 · niv</div> | |
| <p>Above all, my brothers and sisters, do not swear — not by heaven or by earth or by anything else. All you need to say is a simple ‘Yes’ or ‘No.’ Otherwise you will be condemned.</p> | |
| </div> | |
| <p>A yes that is a yes. A no that is a no. A yes that never quietly becomes a maybe, a no that never softly slides into yes. Your word — by itself, uninvoked by any higher thing — becomes reliable. That is the wall coming down.</p> | |
| <div class="pull">“There is no shortcut for trust. You cannot swear your way into being believed. You have to <em>be</em> the kind of person who is believed.”</div> | |
| <p>This is the first wall. The wall of duplicity. The wall that makes us reach for oaths because our ordinary speech has gone soft. Break it. Let your yes be yes.</p> | |
| </section> | |
| <!-- ============ WALL II ============ --> | |
| <div class="wall-divider"><span class="mark">Wall the Second</span></div> | |
| <section class="movement"> | |
| <div class="section-label">The Hand · Matthew 5 : 38–42</div> | |
| <h2><span class="roman">II.</span>Pride & Wounded Honor</h2> | |
| <div class="subhead">on eye for an eye, and the creative answer to humiliation</div> | |
| <div class="scripture"> | |
| <div class="scripture-cite">Matthew 5 : 38–42 · niv</div> | |
| <p><span class="vnum">38</span>You have heard that it was said, <em>‘Eye for an eye, and tooth for a tooth.’</em></p> | |
| <p><span class="vnum">39</span>But I tell you, do not resist an evil person. If anyone slaps you on the right cheek, turn to them the other cheek also.</p> | |
| <p><span class="vnum">40</span>And if anyone wants to sue you and take your shirt, hand over your coat as well.</p> | |
| <p><span class="vnum">41</span>If anyone forces you to go one mile, go with them two miles.</p> | |
| <p><span class="vnum">42</span>Give to the one who asks you, and do not turn away from the one who wants to borrow from you.</p> | |
| </div> | |
| <p>I will be honest — this one is harder to hear. It sounds, on first listening, like a command to be a doormat. Let me tell you why it is not.</p> | |
| <h3>The World Jesus Is Speaking Into</h3> | |
| <p>Remember where these people are standing. They live under Roman occupation. They are second-class citizens in their own land. Their temple has been desecrated within living memory. They are waiting for the Messiah — and the Messiah they are waiting for is the one who will finally break the yoke of Rome. And this Messiah, standing in front of them, says: <em>when they hit you, let them hit you again.</em> Can you feel how deeply this must have cut?</p> | |
| <p>And then remember what “eye for an eye” actually was. It was not a license for vengeance — it was the opposite. It was a <em>ceiling</em>. If someone stole a cup of flour from you, you got a cup of flour back. Not his house. Not his field. Not his firstborn. The law was <em>limiting</em> retaliation, trying to stop the spiral. But by Jesus’ day it had flipped in the popular imagination into a <em>right</em> — a right to strike back, measure for measure.</p> | |
| <p>Jesus is taking that right away. But — and this is crucial — He is not replacing it with passivity. He is replacing it with something much cleverer.</p> | |
| <h3>The Slap — Verse 39</h3> | |
| <p>Watch what He says. <em>If anyone slaps you on the</em> right <em>cheek.</em> Right cheek specifically. In that culture, if I am right-handed and I want to punch you, I hit your left cheek. To hit your <em>right</em> cheek with my right hand, I have to use the <strong>back of my hand.</strong> And the backhand slap is not a fight. It is a statement of dominance. A master backhands a slave. A Roman backhands a Jew. A man backhands a woman. It says: <em>you are beneath me.</em></p> | |
| <p>Now Jesus says: <em>turn the other cheek also.</em> Stop and picture it. Once I have turned my left cheek to you, you cannot backhand it anymore — the geometry does not allow it. To strike again, you now have to use an open palm. And an open palm is how equals fight. In that one small, silent motion, without raising a finger, the one who was struck has quietly declared: <strong>we are equals.</strong> You tried to put me below you. My body has just told the truth — that we stand on the same ground.</p> | |
| <h3>The Mile — Verse 41</h3> | |
| <p>Roman law allowed a Roman soldier to compel any Jewish man to carry his gear for <strong>one mile.</strong> Not more. The limit existed because Rome knew its soldiers were few in a foreign land — if they were allowed to abuse their power freely, revolts would follow. So the one-mile rule protected Rome from its own soldiers. A soldier who made a Jew carry his gear <em>past</em> the mile marker could be reported, disciplined, even court-martialed.</p> | |
| <p>Jesus says: <em>go two miles.</em> Walk past the marker. By your over-compliance, you put the soldier into the very danger his law was meant to protect him from. You have not struck him. You have not cursed him. You have simply, cheerfully, refused to stop walking — and his whole system of power suddenly turns into a trap he has laid for himself.</p> | |
| <div class="note"><strong>A small illustration.</strong> I was once stopped by the Punjab police on the way back from Himachal at two in the morning. They wanted seven thousand rupees. I opened my wallet: two hundred and thirty, all I had. <em>I’ll pay the seven thousand right now,</em> I said, <em>just give me your UPI ID.</em> Not one of them agreed. They took the two hundred and thirty and let us go. Why? Because a digital trail is a trail. The same logic is working here. Over-compliance exposes what quiet compliance hides.</div> | |
| <h3>The Cloak — Verse 40</h3> | |
| <p>And the lawsuit: <em>if anyone sues you for your shirt, give him your coat as well.</em> In that culture, a man had essentially two garments. The inner shirt, and the outer cloak. If you hand over both, you are walking out of that courtroom naked. And in a culture of honor and shame, public nakedness shamed the one <em>looking</em> more than the one exposed. The courtroom, meant to strip you of your dignity, is suddenly the stage on which the injustice of the whole system is displayed.</p> | |
| <h3>What Jesus Is Actually Teaching</h3> | |
| <p>Do you see it now? Jesus is not teaching submission. He is not telling the oppressed to shut up and take it. He is teaching <strong>creative non-retaliation</strong> — an imagination that refuses both violence and surrender, and finds a third way that tells the truth.</p> | |
| <p>“Eye for an eye” comes from a wounded place: <em>my honor has been touched, so I must strike back to restore it.</em> That is pride. That is the ego defending itself. Jesus says: your honor is not yours to guard; it is the Lord’s.</p> | |
| <div class="pull">“Retaliation is not the only answer to powerlessness. There is always another answer. Jesus helps you find it.”</div> | |
| <p>This is the second wall. The wall of wounded pride. The wall that says <em>someone has to pay for what they did to me.</em> Break it. Vengeance belongs to the Lord.</p> | |
| </section> | |
| <!-- ============ WALL III ============ --> | |
| <div class="wall-divider"><span class="mark">Wall the Third</span></div> | |
| <section class="movement"> | |
| <div class="section-label">The Heart · Matthew 5 : 43–47</div> | |
| <h2><span class="roman">III.</span>Enmity & Hatred</h2> | |
| <div class="subhead">on loving your enemies, and the scandal of common grace</div> | |
| <div class="scripture"> | |
| <div class="scripture-cite">Matthew 5 : 43–47 · niv</div> | |
| <p><span class="vnum">43</span>You have heard that it was said, <em>‘Love your neighbor and hate your enemy.’</em></p> | |
| <p><span class="vnum">44</span>But I tell you, love your enemies and pray for those who persecute you,</p> | |
| <p><span class="vnum">45</span>that you may be children of your Father in heaven. He causes his sun to rise on the evil and the good, and sends rain on the righteous and the unrighteous.</p> | |
| <p><span class="vnum">46</span>If you love those who love you, what reward will you get? Are not even the tax collectors doing that?</p> | |
| <p><span class="vnum">47</span>And if you greet only your own people, what are you doing more than others? Do not even pagans do that?</p> | |
| </div> | |
| <p>Now Jesus goes to the deepest place. The tongue was outside. The hand was still at the surface of the body. But this last wall is behind the ribs. It is the wall around the heart itself.</p> | |
| <h3>A Quiet Note on the Quotation</h3> | |
| <p>Look carefully at what He quotes. <em>‘Love your neighbor and hate your enemy.’</em> The first half is genuinely from the Torah —</p> | |
| <div class="scripture"> | |
| <div class="scripture-cite">Leviticus 19 : 18 · niv</div> | |
| <p>Do not seek revenge or bear a grudge against anyone among your people, but love your neighbor as yourself. I am the Lord.</p> | |
| </div> | |
| <p>— but the second half, <em>“and hate your enemy,”</em> is <strong>not in the Torah at all.</strong> It had been quietly added by centuries of popular religious teaching. And the list of enemies had been generously compiled: the Romans who occupied them, the Samaritans they looked down on, the tax collectors who betrayed their own people for Caesar’s silver. Plenty of enemies to hate, and a phrase in the tradition that seemed to bless the hating.</p> | |
| <p>Jesus quotes the distorted version and then breaks it open: <em>love your enemies and pray for those who persecute you.</em></p> | |
| <h3>Why — the Reason Jesus Gives</h3> | |
| <p>He does not leave this command without a reason. Verse 45: <em>that you may be children of your Father in heaven. He causes his sun to rise on the evil and the good, and sends rain on the righteous and the unrighteous.</em></p> | |
| <p>This is <strong>common grace.</strong> The Father does not ration sunlight by morality. He does not withhold rain from the fields of people who curse Him. The grace that holds the world together falls on every head without distinction. And Jesus says: <em>you are commanded to mimic that.</em> Because a child looks like his Father.</p> | |
| <h3>The Tax Collector Test</h3> | |
| <p>Then Jesus presses with two sharp questions. <em>If you love those who love you, what reward will you get? Are not even the tax collectors doing that? And if you greet only your own people, what are you doing more than others? Do not even pagans do that?</em></p> | |
| <p>This is a sharp sentence. Loving the people who already love you is the easiest thing in the world. Every tax collector manages it. Every pagan manages it. Every atheist manages it. If the most defining thing about your love is that it is reciprocal, you have done nothing that distinguishes you from anyone else on earth.</p> | |
| <p>Jesus Himself showed us what goes further. Hanging on the cross, stripped, mocked, pierced, He prays for the ones hammering the nails:</p> | |
| <div class="scripture"> | |
| <div class="scripture-cite">Luke 23 : 34 · niv</div> | |
| <p>Jesus said, ‘Father, forgive them, for they do not know what they are doing.’</p> | |
| </div> | |
| <p>That is the shape of a heart with this wall down.</p> | |
| <h3>What This Is Not</h3> | |
| <p>Hear me carefully on this, because this is where the teaching gets twisted most often. Loving your enemy does <strong>not</strong> mean any of the following:</p> | |
| <p>It is not a command to give unrelenting trust to someone who has shown themselves to be untrustworthy. It is not a call to remain in proximity to someone who is dangerous to you. It is not a requirement to stay in the room while someone continues to harm you. If someone is not safe — keep your distance. That is wisdom, not disobedience.</p> | |
| <p>What Jesus is commanding is this: <strong>do not let hatred of them consume your heart.</strong> Do not actively seek their destruction. Do not nurse the quiet satisfaction of imagining their ruin. Because the moment hatred takes up residence in you, it begins to shape the house.</p> | |
| <div class="pull">“Break the wall of hatred that the world is telling you to build against certain kinds of people. Each one of them can be saved by the same Jesus who saved you.”</div> | |
| <p>This is the third wall. The wall around your own tribe, your own circle, your own people. The wall that draws a line and decides <em>these are mine, and those are not.</em> Break it. The Father’s sun rises on both sides of that line anyway.</p> | |
| </section> | |
| <!-- ============ CLOSING ============ --> | |
| <div class="wall-divider"><span class="mark">& so we arrive</span></div> | |
| <section class="closing"> | |
| <div class="section-label">Matthew 5 : 48</div> | |
| <h2>The Shape of the Heart</h2> | |
| <div class="subhead">on teleios, and what fills the space a wall was holding</div> | |
| <p>Now look back at where we have come. Three walls, three movements, all in a single direction.</p> | |
| <div class="pattern"> | |
| <div class="roman">I</div> | |
| <div class="part">Tongue <em>what comes out of me</em></div> | |
| <div class="what">speech</div> | |
| <div class="roman">II</div> | |
| <div class="part">Hand <em>what I do to another</em></div> | |
| <div class="what">action</div> | |
| <div class="roman">III</div> | |
| <div class="part">Heart <em>whom I count as mine</em></div> | |
| <div class="what">love</div> | |
| </div> | |
| <p>Jesus has moved us from the most external to the most internal. From the surface of the self, through the body of the self, into the core of the self. The walls come down from the <em>outside in</em>.</p> | |
| <p>And then, having reached the heart — having finally brought us to the innermost room — He does not leave it empty. He ends with this:</p> | |
| <div class="scripture"> | |
| <div class="scripture-cite">Matthew 5 : 48 · niv</div> | |
| <p><span class="vnum">48</span>Be perfect, therefore, as your heavenly Father is perfect.</p> | |
| </div> | |
| <div class="teleios">τέλειος · teleios · whole · undivided · complete</div> | |
| <p style="margin-top: 36px;">The Greek word translated <em>perfect</em> is <strong>teleios.</strong> It does not mean flawless. It means <em>whole. Undivided. Having become what it was made to be.</em> A heart that is teleios is a heart that is no longer split by walls — not cut in half by duplicity, not cornered by pride, not fenced in by hatred. A heart that is all one piece, finally its own true shape.</p> | |
| <p>And notice what that shape resembles. Look back at verse 45. <em>He makes his sun rise on the evil and on the good, and sends rain on the just and the unjust.</em> That is the Father’s heart. That is what the heart is <em>made</em> to look like. When the walls come down, the space they were occupying is not empty — it is filled by the shape of the Father Himself, who was waiting there all along to take up residence.</p> | |
| <div class="pull">“A heart without walls is not an empty heart. It is a heart that has finally come home to its own true shape.”</div> | |
| <p>So these are not extra rules piled on top of the Christian life. They are not additional burdens for the already-burdened. They are the practices through which you receive what Jesus has already given you.</p> | |
| <p>At the beginning of Matthew 5, He gave you the <strong>gift</strong>: <em>blessed are you.</em> He named you <strong>salt and light.</strong> Then He named your <strong>calling</strong>: a higher standard, a greater righteousness. And now, in these last verses, He hands you the <strong>practices</strong> by which the gift and the calling become an actual life.</p> | |
| <p>Break the first wall: let your yes be yes.<br> | |
| Break the second wall: refuse the vengeance you think is your right.<br> | |
| Break the third wall: let love cross the line you drew.</p> | |
| <p>And you will look, day by day, a little more like the Father whose sun rises on the evil and the good. You will become, in the strange and beautiful sense Jesus meant it, <em>teleios.</em></p> | |
| <div class="amen"> | |
| <div class="word">Amen.</div> | |
| </div> | |
| </section> | |
| </main> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment