<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>13 Commandments TV Series Summary Archives - HexFlicks | Movies, Gaming &amp; Books</title>
	<atom:link href="https://www.hexflicks.com/tag/13-commandments-tv-series-summary/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.hexflicks.com/tag/13-commandments-tv-series-summary/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Apr 2026 20:58:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.hexflicks.com/wp-content/uploads/2025/07/cropped-cropped-transparent-32x32.png</url>
	<title>13 Commandments TV Series Summary Archives - HexFlicks | Movies, Gaming &amp; Books</title>
	<link>https://www.hexflicks.com/tag/13-commandments-tv-series-summary/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>13 Commandments TV Series: Complete Recap &#038; Ending Explained</title>
		<link>https://www.hexflicks.com/13-commandments-tv-series-recap-summary/</link>
					<comments>https://www.hexflicks.com/13-commandments-tv-series-recap-summary/#respond</comments>
		
		<dc:creator><![CDATA[hexflicks-da]]></dc:creator>
		<pubDate>Sun, 24 Mar 2024 11:24:26 +0000</pubDate>
				<category><![CDATA[European TV Shows]]></category>
		<category><![CDATA[Shows & Movies]]></category>
		<category><![CDATA[13 Commandments TV Series Summary]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[Netflix]]></category>
		<guid isPermaLink="false">https://motasem-notes.net/?p=4217</guid>

					<description><![CDATA[<p>13 Commandments (original title: 13 Geboden) is a 2018 Belgian crime-thriller series that explores morality, justice, and the dark boundaries between law enforcement and vigilantism. Across its ten episodes, the series follows a series of brutal, morally complex crimes inspired by the Ten Commandments. 13 Commandmments — Hexflicks Hexflicks Film · TV · Lore ★★★★★ [&#8230;]</p>
<p>The post <a href="https://www.hexflicks.com/13-commandments-tv-series-recap-summary/">13 Commandments TV Series: Complete Recap &amp; Ending Explained</a> appeared first on <a href="https://www.hexflicks.com">HexFlicks | Movies, Gaming &amp; Books</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><em>13 Commandments</em> (original title: <em>13 Geboden</em>) is a 2018 Belgian crime-thriller series that explores morality, justice, and the dark boundaries between law enforcement and vigilantism. Across its ten episodes, the series follows a series of brutal, morally complex crimes inspired by the Ten Commandments. </p>



<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <!-- ═══════════════════════════════════════════════
       EDIT THIS: Page title
  ═══════════════════════════════════════════════ -->
  <title>13 Commandmments — Hexflicks</title>

  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&#038;family=Source+Serif+4:ital,opsz,wght@0,8..60,300;0,8..60,400;0,8..60,600;1,8..60,300;1,8..60,400&#038;family=DM+Mono:wght@400;500&#038;display=swap" rel="stylesheet">

  <style>

    /* ╔══════════════════════════════════════════════╗
       ║           DESIGN TOKENS                      ║
       ╚══════════════════════════════════════════════╝ */
    :root {
      /* Core palette */
      --ci-void:        #080808;
      --ci-deep:        #0c0c0c;
      --ci-surface:     #111111;
      --ci-surface-2:   #181818;
      --ci-surface-3:   #202020;
      --ci-surface-4:   #282828;
      --ci-border:      #2c2c2c;
      --ci-border-soft: #1e1e1e;

      /* Signature accent — Scarlet */
      --ci-red:         #e8192c;
      --ci-red-dim:     #7a0d17;
      --ci-red-deep:    #3d0509;
      --ci-red-glow:    rgba(232, 25, 44, 0.2);
      --ci-red-muted:   rgba(232, 25, 44, 0.08);

      /* Silver / Platinum */
      --ci-silver:      #d0d0d0;
      --ci-silver-dim:  #888888;
      --ci-silver-deep: #444444;

      /* Text */
      --ci-text:        #e0e0e0;
      --ci-text-muted:  #909090;
      --ci-text-dim:    #555555;

      /* Warm white for headings */
      --ci-white:       #f4f0eb;

      /* Typography */
      --font-display: 'Playfair Display', 'Georgia', serif;
      --font-body:    'Source Serif 4', 'Georgia', serif;
      --font-mono:    'DM Mono', 'Courier New', monospace;

      /* Spacing */
      --sp-xs:  0.4rem;
      --sp-sm:  0.8rem;
      --sp-md:  1.4rem;
      --sp-lg:  2.4rem;
      --sp-xl:  3.6rem;

      /* Layout */
      --max-width:  1100px;
      --radius:     3px;
      --radius-lg:  6px;
      --transition: all 0.22s ease;
    }

    /* ╔══════════════════════════════════════════════╗
       ║           GLOBAL RESET                      ║
       ╚══════════════════════════════════════════════╝ */
    *, *::before, *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      background: var(--ci-void);
      scroll-behavior: smooth;
    }

    body {
      background: var(--ci-void);
      min-height: 100vh;
      overflow-x: hidden;
    }

    ::-webkit-scrollbar { width: 5px; }
    ::-webkit-scrollbar-track { background: var(--ci-void); }
    ::-webkit-scrollbar-thumb { background: var(--ci-red-dim); border-radius: 2px; }
    ::-webkit-scrollbar-thumb:hover { background: var(--ci-red); }

    /* ╔══════════════════════════════════════════════╗
       ║           FILM STRIP TOP BAR                ║
       ╚══════════════════════════════════════════════╝ */

    /* Perforated film strip at very top */
    .ci-filmstrip {
      width: 100%;
      height: 22px;
      background: var(--ci-void);
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 4px;
      overflow: hidden;
      border-bottom: 1px solid #1a1a1a;
    }

    .ci-filmstrip-hole {
      width: 14px;
      height: 10px;
      background: var(--ci-surface-3);
      border-radius: 2px;
      border: 1px solid #333;
      flex-shrink: 0;
    }

    /* ╔══════════════════════════════════════════════╗
       ║           HEADER / NAV                      ║
       ╚══════════════════════════════════════════════╝ */
    .ci-header {
      position: sticky;
      top: 0;
      z-index: 500;
      width: 100%;
      background: rgba(8, 8, 8, 0.97);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--ci-border);
    }

    /* Scarlet top line */
    .ci-header::before {
      content: '';
      display: block;
      height: 3px;
      background: linear-gradient(90deg, var(--ci-red), #ff4d5e, var(--ci-red-dim), transparent 90%);
    }

    .ci-header-inner {
      max-width: var(--max-width);
      margin: 0 auto;
      padding: 0.75rem var(--sp-md);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: var(--sp-sm);
    }

    .ci-brand {
      display: flex;
      align-items: baseline;
      gap: 0.5rem;
    }

    /* EDIT: brand name */
    .ci-brand-name {
      font-family: var(--font-display);
      font-weight: 900;
      font-size:   clamp(1rem, 3vw, 1.25rem);
      color:       var(--ci-white);
      letter-spacing: 0.02em;
      line-height: 1;
    }

    .ci-brand-name span {
      color: var(--ci-red);
    }

    /* EDIT: category label */
    .ci-brand-cat {
      font-family:    var(--font-mono);
      font-size:      0.6rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color:          var(--ci-text-dim);
      border-left:    1px solid var(--ci-border);
      padding-left:   0.5rem;
    }

    .ci-header-right {
      display:     flex;
      align-items: center;
      gap:         var(--sp-sm);
    }

    /* Star rating badge in header */
    .ci-rating-badge {
      display:     flex;
      align-items: center;
      gap:         0.25rem;
      font-family: var(--font-mono);
      font-size:   0.65rem;
      color:       var(--ci-text-dim);
      letter-spacing: 0.05em;
    }

    .ci-rating-badge .stars {
      color: var(--ci-red);
      font-size: 0.7rem;
      letter-spacing: 0.05em;
    }

    /* ╔══════════════════════════════════════════════╗
       ║           MAIN CONTENT WRAPPER              ║
       ╚══════════════════════════════════════════════╝ */
    .ci-body {
      position:   relative;
      font-family: var(--font-body);
      font-size:   clamp(1rem, 2.5vw, 1.1rem);
      line-height: 1.85;
      color:       var(--ci-text);
      background:  var(--ci-surface);
      max-width:   var(--max-width);
      margin:      0 auto;
      padding:     var(--sp-xl) var(--sp-md);
      min-height:  80vh;
    }

    /* ╔══════════════════════════════════════════════╗
       ║           HEADINGS                          ║
       ╚══════════════════════════════════════════════╝ */
    .ci-body h1, .ci-body h2, .ci-body h3,
    .ci-body h4, .ci-body h5, .ci-body h6 {
      font-family: var(--font-display);
      line-height: 1.15;
      margin-top:  var(--sp-xl);
      margin-bottom: var(--sp-md);
    }

    /* H1 — Poster-scale title */
    .ci-body h1 {
      font-size:   clamp(2rem, 6vw, 3.8rem);
      font-weight: 900;
      font-style:  italic;
      color:       var(--ci-white);
      letter-spacing: -0.01em;
      margin-top:  0;
      position:    relative;
      padding-bottom: var(--sp-md);
    }

    /* Double-line rule under h1 */
    .ci-body h1::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 5px;
      background:
        linear-gradient(var(--ci-red) 0, var(--ci-red) 3px, transparent 3px, transparent 4px, var(--ci-border) 4px, var(--ci-border) 5px);
    }

    /* H2 — Section title */
    .ci-body h2 {
      font-size:   clamp(1.4rem, 4vw, 2.2rem);
      font-weight: 700;
      color:       var(--ci-white);
      position:    relative;
      padding-left: var(--sp-lg);
    }

    /* Vertical red bar + small horizontal tick */
    .ci-body h2::before {
      content:  '';
      position: absolute;
      left:     0;
      top:      0;
      bottom:   0;
      width:    5px;
      background: var(--ci-red);
    }

    .ci-body h2::after {
      content:  '';
      position: absolute;
      left:     0;
      bottom:   -0.5rem;
      width:    40px;
      height:   1px;
      background: var(--ci-red-dim);
    }

    /* H3 — Sub-section */
    .ci-body h3 {
      font-size:   clamp(1.1rem, 3vw, 1.55rem);
      font-weight: 700;
      font-style:  italic;
      color:       var(--ci-silver);
      letter-spacing: 0.01em;
      border-bottom: 1px solid var(--ci-border-soft);
      padding-bottom: var(--sp-xs);
    }

    /* H4 */
    .ci-body h4 {
      font-size:      1.1rem;
      font-weight:    700;
      color:          var(--ci-red);
      text-transform: uppercase;
      letter-spacing: 0.12em;
      font-style:     normal;
      font-family:    var(--font-mono);
    }

    /* H5, H6 */
    .ci-body h5 {
      font-size:  1rem;
      color:      var(--ci-text-muted);
      font-style: italic;
    }

    .ci-body h6 {
      font-size:      0.85rem;
      color:          var(--ci-text-dim);
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-family:    var(--font-mono);
      font-style:     normal;
    }

    /* ╔══════════════════════════════════════════════╗
       ║           PARAGRAPHS                        ║
       ╚══════════════════════════════════════════════╝ */
    .ci-body p {
      margin-bottom: var(--sp-md);
      font-weight:   300;
      color:         var(--ci-text);
    }

    .ci-body p:last-child { margin-bottom: 0; }

    /* Drop cap on first paragraph after h1 */
    .ci-body h1 + p::first-letter {
      font-family:  var(--font-display);
      font-size:    4.2em;
      font-weight:  900;
      color:        var(--ci-red);
      float:        left;
      line-height:  0.75;
      margin-right: 0.08em;
      margin-top:   0.1em;
    }

    /* ╔══════════════════════════════════════════════╗
       ║           INLINE ELEMENTS                   ║
       ╚══════════════════════════════════════════════╝ */
    .ci-body strong, .ci-body b {
      color:       var(--ci-white);
      font-weight: 600;
    }

    .ci-body em, .ci-body i {
      color:      var(--ci-text-muted);
      font-style: italic;
    }

    /* ╔══════════════════════════════════════════════╗
       ║           LINKS                             ║
       ╚══════════════════════════════════════════════╝ */
    .ci-body a {
      color:           var(--ci-red);
      text-decoration: none;
      border-bottom:   1px solid var(--ci-red-dim);
      transition:      var(--transition);
      font-style:      italic;
    }

    .ci-body a:hover {
      color:        #ff3348;
      border-color: var(--ci-red);
      background:   var(--ci-red-muted);
      padding:      0 0.15em;
    }

    /* ╔══════════════════════════════════════════════╗
       ║           HORIZONTAL RULE                   ║
       ╚══════════════════════════════════════════════╝ */
    .ci-body hr {
      border:  none;
      margin:  var(--sp-xl) 0;
      display: flex;
      align-items: center;
      gap: var(--sp-md);
    }

    .ci-body hr::before,
    .ci-body hr::after {
      content: '';
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--ci-border), var(--ci-silver-deep));
    }

    .ci-body hr::after {
      background: linear-gradient(90deg, var(--ci-silver-deep), var(--ci-border), transparent);
    }

    /* Film reel divider icon via background trick */
    /* We'll use a pseudo-element on a wrapper approach — in plain HR we use a Unicode reel */
    .ci-body hr {
      position: relative;
    }

    /* ╔══════════════════════════════════════════════╗
       ║           BLOCKQUOTE                        ║
       ╚══════════════════════════════════════════════╝ */
    .ci-body blockquote {
      position:      relative;
      margin:        var(--sp-lg) 0;
      padding:       var(--sp-lg) var(--sp-lg) var(--sp-lg) calc(var(--sp-xl) + 4px);
      background:    var(--ci-surface-2);
      border-left:   4px solid var(--ci-red);
      border-bottom: 1px solid var(--ci-border);
    }

    /* Giant opening quote mark */
    .ci-body blockquote::before {
      content:     '\201C';
      font-family: var(--font-display);
      font-size:   6rem;
      font-weight: 900;
      color:       var(--ci-red);
      opacity:     0.25;
      position:    absolute;
      top:         -0.5rem;
      left:        var(--sp-sm);
      line-height: 1;
      pointer-events: none;
    }

    .ci-body blockquote p {
      margin:      0;
      font-size:   1.15em;
      font-style:  italic;
      color:       var(--ci-silver);
      line-height: 1.7;
    }

    /* Optional — cite tag inside blockquote */
    .ci-body blockquote cite {
      display:     block;
      margin-top:  var(--sp-sm);
      font-size:   0.8em;
      font-style:  normal;
      font-family: var(--font-mono);
      color:       var(--ci-text-dim);
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .ci-body blockquote cite::before { content: '— '; }

    /* ╔══════════════════════════════════════════════╗
       ║           LISTS                             ║
       ╚══════════════════════════════════════════════╝ */
    .ci-body ul, .ci-body ol {
      margin:       var(--sp-md) 0;
      padding-left: var(--sp-lg);
    }

    .ci-body li {
      margin-bottom: var(--sp-xs);
      color:         var(--ci-text);
    }

    /* Unordered — custom scarlet dash */
    .ci-body ul { list-style: none; padding-left: var(--sp-md); }

    .ci-body ul > li {
      position:     relative;
      padding-left: var(--sp-lg);
    }

    .ci-body ul > li::before {
      content:    '—';
      position:   absolute;
      left:       0;
      color:      var(--ci-red);
      font-weight: 700;
      font-family: var(--font-display);
    }

    /* Nested */
    .ci-body ul ul > li::before {
      content: '·';
      color:   var(--ci-silver-dim);
      font-size: 1.4em;
      top: -0.1em;
    }

    .ci-body ul ul ul > li::before {
      content: '○';
      font-size: 0.65em;
      top: 0.2em;
      color: var(--ci-text-dim);
    }

    /* Ordered */
    .ci-body ol { list-style: none; padding-left: var(--sp-lg); counter-reset: ci-counter; }

    .ci-body ol > li {
      position: relative;
      padding-left: var(--sp-md);
      counter-increment: ci-counter;
    }

    .ci-body ol > li::before {
      content:     counter(ci-counter, decimal-leading-zero);
      position:    absolute;
      left:        calc(-1 * var(--sp-lg));
      width:       var(--sp-lg);
      text-align:  right;
      font-family: var(--font-mono);
      font-size:   0.8em;
      color:       var(--ci-red);
      font-weight: 500;
      top:         0.2em;
    }

    /* ╔══════════════════════════════════════════════╗
       ║           CODE                              ║
       ╚══════════════════════════════════════════════╝ */

    /* Inline code */
    .ci-body code {
      font-family:  var(--font-mono);
      font-size:    0.85em;
      color:        #ff7a7a;
      background:   rgba(232, 25, 44, 0.08);
      border:       1px solid var(--ci-red-dim);
      padding:      0.1em 0.4em;
      border-radius: var(--radius);
      white-space:  nowrap;
    }

    /* Code block */
    .ci-body pre {
      background:    var(--ci-surface-2);
      border:        1px solid var(--ci-border);
      border-radius: var(--radius-lg);
      padding:       0;
      overflow:      hidden;
      margin:        var(--sp-lg) 0;
      box-shadow:    0 8px 40px rgba(0,0,0,0.6);
    }

    /* Fake title bar */
    .ci-body pre::before {
      content:        attr(data-lang, 'CODE');
      display:        block;
      background:     var(--ci-surface-4);
      border-bottom:  1px solid var(--ci-border);
      padding:        0.5rem var(--sp-md);
      font-family:    var(--font-mono);
      font-size:      0.65rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color:          var(--ci-text-dim);
    }

    .ci-body pre code {
      display:     block;
      background:  transparent;
      border:      none;
      padding:     var(--sp-md);
      color:       #e0e0e0;
      font-size:   0.88rem;
      line-height: 1.75;
      white-space: pre;
      overflow-x:  auto;
    }

    /* ╔══════════════════════════════════════════════╗
       ║           TABLES                            ║
       ╚══════════════════════════════════════════════╝ */
    .ci-body table {
      width:           100%;
      border-collapse: collapse;
      margin:          var(--sp-lg) 0;
      font-size:       0.92rem;
      border:          1px solid var(--ci-border);
      overflow:        hidden;
      border-radius:   var(--radius-lg);
      box-shadow:      0 4px 20px rgba(0,0,0,0.4);
    }

    .ci-body thead {
      background: var(--ci-surface-3);
      border-bottom: 2px solid var(--ci-red);
    }

    .ci-body thead th {
      font-family:    var(--font-mono);
      font-size:      0.7rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color:          var(--ci-silver);
      padding:        var(--sp-sm) var(--sp-md);
      text-align:     left;
      font-weight:    500;
    }

    /* First column bold */
    .ci-body thead th:first-child { color: var(--ci-red); }

    .ci-body tbody tr {
      background:    var(--ci-surface-2);
      transition:    var(--transition);
      border-bottom: 1px solid var(--ci-border-soft);
    }

    .ci-body tbody tr:nth-child(even) { background: var(--ci-surface-3); }

    .ci-body tbody tr:hover {
      background:   rgba(232, 25, 44, 0.06);
      border-color: rgba(232, 25, 44, 0.2);
    }

    .ci-body td {
      padding:       var(--sp-sm) var(--sp-md);
      color:         var(--ci-text);
      vertical-align: top;
    }

    .ci-body td:first-child {
      color:       var(--ci-white);
      font-weight: 400;
    }

    @media (max-width: 520px) {
      .ci-body table { display: block; overflow-x: auto; }
    }

    /* ╔══════════════════════════════════════════════╗
       ║           IMAGES                            ║
       ╚══════════════════════════════════════════════╝ */
    .ci-body img {
      max-width:     100%;
      height:        auto;
      display:       block;
      border-radius: var(--radius-lg);
      margin:        var(--sp-lg) auto;
      border:        1px solid var(--ci-border);
      box-shadow:
        0 0 0 1px var(--ci-surface-3),
        0 12px 50px rgba(0,0,0,0.7);
      transition:    var(--transition);
    }

    .ci-body img:hover {
      border-color: var(--ci-red-dim);
      box-shadow:
        0 0 0 1px var(--ci-red-dim),
        0 0 30px var(--ci-red-glow),
        0 16px 60px rgba(0,0,0,0.8);
      transform: scale(1.005);
    }

    .ci-body figcaption {
      text-align:    center;
      font-size:     0.78rem;
      font-family:   var(--font-mono);
      color:         var(--ci-text-dim);
      letter-spacing: 0.07em;
      margin-top:    calc(-1 * var(--sp-sm));
      margin-bottom: var(--sp-lg);
      font-style:    italic;
    }

    /* ╔══════════════════════════════════════════════╗
       ║           MISC ELEMENTS                     ║
       ╚══════════════════════════════════════════════╝ */
    .ci-body kbd {
      font-family:   var(--font-mono);
      font-size:     0.78em;
      color:         var(--ci-silver);
      background:    var(--ci-surface-3);
      border:        1px solid var(--ci-silver-deep);
      border-bottom: 3px solid var(--ci-silver-deep);
      border-radius: var(--radius);
      padding:       0.1em 0.5em;
    }

    .ci-body mark {
      background:    rgba(232, 25, 44, 0.2);
      color:         #ff8a8a;
      border-radius: 2px;
      padding:       0.05em 0.3em;
    }

    .ci-body abbr[title] {
      color:           var(--ci-red);
      text-decoration: underline dotted var(--ci-red-dim);
      cursor:          help;
    }

    /* ╔══════════════════════════════════════════════╗
       ║           DETAILS / SUMMARY                 ║
       ╚══════════════════════════════════════════════╝ */
    .ci-body details {
      background:     var(--ci-surface-2);
      border:         1px solid var(--ci-border);
      border-radius:  var(--radius-lg);
      padding:        var(--sp-md);
      margin:         var(--sp-md) 0;
      transition:     border-color 0.2s;
    }

    .ci-body details[open] { border-color: var(--ci-red-dim); }

    .ci-body summary {
      font-family:    var(--font-display);
      font-size:      1rem;
      font-weight:    700;
      font-style:     italic;
      color:          var(--ci-white);
      cursor:         pointer;
      user-select:    none;
      list-style:     none;
      display:        flex;
      align-items:    center;
      gap:            var(--sp-sm);
    }

    .ci-body summary::before {
      content:     '&#x25b6;';
      font-size:   0.6em;
      color:       var(--ci-red);
      transition:  transform 0.2s ease;
      font-style:  normal;
      flex-shrink: 0;
    }

    .ci-body details[open] > summary::before { transform: rotate(90deg); }
    .ci-body details > *:not(summary) { margin-top: var(--sp-md); }

    /* ╔══════════════════════════════════════════════╗
       ║           SELECTION                         ║
       ╚══════════════════════════════════════════════╝ */
    ::selection {
      background: rgba(232, 25, 44, 0.25);
      color:      var(--ci-white);
    }

    /* ╔══════════════════════════════════════════════╗
       ║           FOOTER                            ║
       ╚══════════════════════════════════════════════╝ */

    /* Another film strip before footer */
    .ci-filmstrip-bottom {
      width:      100%;
      height:     18px;
      background: var(--ci-void);
      display:    flex;
      align-items: center;
      justify-content: space-between;
      padding:    0 4px;
      overflow:   hidden;
      border-top: 1px solid #1a1a1a;
    }

    .ci-footer {
      background:    var(--ci-deep);
      border-top:    1px solid var(--ci-border);
      padding:       var(--sp-md);
    }

    .ci-footer-inner {
      max-width:   var(--max-width);
      margin:      0 auto;
      display:     flex;
      flex-wrap:   wrap;
      align-items: center;
      justify-content: space-between;
      gap:         var(--sp-sm);
    }

    .ci-footer-brand {
      font-family: var(--font-display);
      font-size:   1rem;
      font-weight: 900;
      font-style:  italic;
      color:       var(--ci-text-dim);
    }

    .ci-footer-brand span { color: var(--ci-red); opacity: 0.7; }

    .ci-footer-copy {
      font-family:    var(--font-mono);
      font-size:      0.65rem;
      letter-spacing: 0.08em;
      color:          var(--ci-text-dim);
      text-transform: uppercase;
    }

    .ci-footer a {
      color:           var(--ci-text-dim);
      text-decoration: none;
      font-family:     var(--font-mono);
      font-size:       0.65rem;
      letter-spacing:  0.08em;
      text-transform:  uppercase;
      border:          none;
      font-style:      normal;
      transition:      var(--transition);
    }

    .ci-footer a:hover { color: var(--ci-red); }

    /* ╔══════════════════════════════════════════════╗
       ║           RESPONSIVE                        ║
       ╚══════════════════════════════════════════════╝ */
    @media (max-width: 400px) {
      .ci-body {
        padding:    var(--sp-lg) var(--sp-sm);
        font-size:  0.95rem;
      }
      .ci-body h1 { font-size: 1.8rem; }
      .ci-body h2 { font-size: 1.3rem; }
      .ci-body h3 { font-size: 1.1rem; }
      .ci-body h1 + p::first-letter {
        font-size: 3.2em;
      }
      .ci-brand-cat { display: none; }
    }

    @media (min-width: 768px) {
      .ci-body {
        padding: var(--sp-xl) var(--sp-lg);
      }
    }

    /* ╔══════════════════════════════════════════════╗
       ║           PRINT                             ║
       ╚══════════════════════════════════════════════╝ */
    @media print {
      .ci-filmstrip, .ci-filmstrip-bottom,
      .ci-header, .ci-footer { display: none; }
      .ci-body {
        background: #fff;
        color: #111;
        max-width: 100%;
      }
      .ci-body h1, .ci-body h2, .ci-body h3 { color: #000; }
      .ci-body a { color: #000; }
      .ci-body pre, .ci-body code { background: #f4f4f4; color: #111; }
      .ci-body h1::after { background: #ccc; }
      .ci-body h1 + p::first-letter { color: #333; }
    }

  </style>
</head>
<body>

  <!-- Film strip top decoration -->
  <div class="ci-filmstrip" aria-hidden="true" id="filmstrip-top"></div>

  <!-- ═══════════════════════════════════════════════════════════
       HEADER
       EDIT: .ci-brand-name → your site name
             .ci-brand-cat  → your tagline / category
  ═══════════════════════════════════════════════════════════ -->
  <header class="ci-header">
    <div class="ci-header-inner">
      <div class="ci-brand">
        <span class="ci-brand-name"><span>Hex</span>flicks</span>
        <span class="ci-brand-cat">Film · TV · Lore</span>
      </div>
      <div class="ci-header-right">
        <div class="ci-rating-badge">
          <span class="stars">★★★★★</span>
        </div>
      </div>
    </div>
  </header>


  <!-- ═══════════════════════════════════════════════════════════
       CONTENT ZONE
       PASTE your markdown-converted HTML between the markers.
       Keep <main class="ci-body"> — it applies all styles.
  ═══════════════════════════════════════════════════════════ -->
  <main class="ci-body">

 <p><em>13 Commandments</em> (original title: <em>13 Geboden</em>) is a 2018 Belgian crime-thriller series that explores morality, justice, and the dark boundaries between law enforcement and vigilantism. Across its ten episodes, the series follows a series of brutal, morally complex crimes inspired by the Ten Commandments.</p>
<h1>Recap</h1>
<p>The story is set in a quiet Belgian town, soon rattled by a series of crimes committed by a vigilante known as “Moses,” who uses the Ten Commandments as a twisted moral framework to target people he sees as sinners.</p>
<p>Detectives Peter Devriendt, a seasoned but jaded cop, and Vicky Degraeve, a younger and ambitious detective with a complicated past, take the lead on the investigation.</p>
<h1>2. Episode 1: A Gruesome Start</h1>
<p>The first episode opens with the shocking abduction of a young woman, Leentje, who is discovered alive but traumatized. <code>Moses</code> leaves a cryptic message, signifying his intention to carry out a series of attacks tied to each Commandment.</p>
<p>As Moses claims his first “sinner,” the police recognize they are dealing with a highly intelligent and dangerous adversary.</p>
<h1>3. The Commandments Unfold</h1>
<p>In subsequent episodes, Moses systematically carries out punishments that correspond with each Commandment, focusing on those he deems morally reprehensible.</p>
<p>The crimes are graphic and often leave the victims marked both physically and psychologically. For instance, he punishes an arrogant influencer, a corrupt priest, and a woman accused of exploiting immigrants.</p>
<p>Public opinion becomes divided ; some see Moses as a hero, others as a brutal extremist. This split complicates the detectives’ job as the townspeople start to sympathize with the vigilante’s cause.</p>
<h1>4. Peter and Vicky’s Dynamic</h1>
<p>Peter and Vicky struggle with their own moral dilemmas and dark secrets as the investigation proceeds.</p>
<p>Vicky’s complex past , marked by her mother’s tragic death and a former relationship that ended badly continues to haunt her, affecting her work and her partnership with Peter.</p>
<p>Meanwhile, Peter grows increasingly obsessed with catching Moses, often to the detriment of his personal life.</p>
<h1>5. Building Tension</h1>
<p>As each Commandment is violated, Moses becomes more brazen, and the town’s frustration with the police’s failure to catch him intensifies.</p>
<p>The detectives’ relationship grows tense as they butt heads over their different approaches to the investigation, and Moses stays one step ahead.</p>
<p>Public support for Moses reaches a peak when he targets a known criminal who has escaped justice due to legal loopholes.</p>
<h1>6. Twists and Revelations</h1>
<p>Midway through the season, Vicky begins to suspect that Moses might be someone within their circle, possibly a former officer or someone with inside knowledge of police procedure.</p>
<p>At this point, Peter uncovers links between Moses’s methods and past unsolved cases, suggesting a broader history of vigilantism.</p>
<p>The detectives find themselves facing growing suspicion from their own colleagues and family members as they try to outwit the cunning vigilante.</p>
<h1>7. The Final Commandments</h1>
<p>Moses’s punishments grow increasingly violent and indiscriminate, targeting both perceived sinners and innocents alike, raising moral questions about justice and redemption.</p>
<p>As the tension reaches its peak, Peter and Vicky’s partnership collapses under the weight of mutual distrust and personal struggles, each suspecting the other of possibly sympathizing with Moses’s ideals.</p>
<h1>8. The Final Showdown</h1>
<p>In the climactic final episodes, Vicky faces a shocking betrayal from someone close to her, while Peter is forced to confront his own dark impulses as the lines between right and wrong blur.</p>
<p>The ultimate identity of Moses is revealed in a shocking twist that forces everyone to question their understanding of justice and the lengths they are willing to go to enforce it.</p>
<p>The season closes on an ambiguous note, leaving viewers with lingering questions about morality, justice, and the role of law enforcement in a flawed world.</p>
<h2>13 Commandments TV Show | List of the commandments mentioned in the series</h2>
<p>1- Thou Shalt have no other gods before me</p>
<p>2- Do not take the name of the Lord in vain.</p>
<p>3- Thou Shalt shalln’t covet thy neighbour’s house</p>
<p>4- Thou Shalt shalln’t kill</p>
<p> ## 13 CommandmentsTV Show | Key Facts &amp; Characters &amp; Ending Explained</p>
<p>This thirteen part Belgian crime thriller sees the police searching for an attacker who has been targeting people based on the Ten Commandments; each attack is accompanied by the appropriate commandment. While the attacks are brutal they are not fatal… that of course would break the commandment against killing.</p>
<p>The attacker, dubbed ‘Mozes’ gains some sympathy amongst those who believe society has moved too far from Christian Ideals. The investigation is led by Peter Devriendt and his new partner Vicky Degraeve; each of whom have their own problems.</p>
<p>Peter’s daughter seems to be somewhat off the rails and Vicky’s mother is in hospital with no chance of recovery following a car accident some time before. As the investigation progresses there are inevitably some false leads and Vicky finds herself in real danger.</p>
<p>During the hunt for Moses, the investigation team misidentified two convicts as Moses. One of them turned out to be one of his accomplices and the other was entraped by Moses.</p>
<p>The real Moses follows the ten commandments in torturing his victims(words carved on a forehead with a knife, a tongue cut out, someone set on fire) but as the show progresses he started to purposely kill his victims as part of his personal agendas thus violating one of the commandments (Thou Shalt shalln’t kill).</p>
<p>The real hero of the show is Vicky as shown in the last two episodes.</p>
<p>In most of his killings, Moses motives are to save daughters from abusers.</p>
<p>At the end, Moses commits suicide by killing himself (as apparently shown in the last scene of the last episode)</p>
<h2>13 Commandments who is Moses</h2>
<p>Without any spoilers, Moses is revealed in the last episode of  <a href="https://motasem-notes.net/en/13-commandments-tv-series-recap-summary/#">13 commandments</a> but the spectator could start to predict the real identity of Moses after episode 10.</p>
<h2>13 Commandments Seven</h2>
<p>Very reminiscent of Seven, which has become the touchstone for assessing all thrillers with a biblical theme (in one of the episodes a cop sarcastically calls his colleague Brad Pitt in Seven). However, the show stands on its own and the characters are different from Seven. Unlike most other shows where the lead cop has a rebellious and jerk teenage child, the lead detective in this show has a 21 year old daughter who is trying hard to find her own path in life.</p>
<h3>13 Commandments Reviews</h3>
<p><a href="https://www.imdb.com/title/tt5203748/">IMDB score</a> is 7</p>
<p><a href="https://www.rottentomatoes.com/tv/13_commandments">Rotten Tomatoes Reviews</a></p>
<p><strong><strong><strong>13 Commandments</strong></strong> TV Series Netflix</strong></p>
<p><a href="https://www.netflix.com/browse?jbv=81054831"><strong>Netflix link</strong></a></p>
<p><strong>Fandom <a href="https://netflix.fandom.com/wiki/13_Commandments">Link</a></strong></p>


  </main>


  <!-- Bottom film strip -->
  <div class="ci-filmstrip-bottom" aria-hidden="true" id="filmstrip-bottom"></div>

  <!-- ═══════════════════════════════════════════════════════════
       FOOTER  —  EDIT: brand, URL, year
  ═══════════════════════════════════════════════════════════ -->
  <footer class="ci-footer">
    <div class="ci-footer-inner">
      <span class="ci-footer-brand"><span>Hex</span>flicks</span>
      <span class="ci-footer-copy">© Hexflicks</span>
      <a href="https://hexflicks.com" target="_blank">hexflicks.com</a>
    </div>
  </footer>


  <!-- Film strip hole generator -->
  <script>
    (function () {
      function buildStrip(id) {
        const strip = document.getElementById(id);
        if (!strip) return;
        const count = Math.floor(window.innerWidth / 22);
        strip.innerHTML = '';
        for (let i = 0; i < count; i++) {
          const hole = document.createElement('div');
          hole.className = 'ci-filmstrip-hole';
          strip.appendChild(hole);
        }
      }
      buildStrip('filmstrip-top');
      buildStrip('filmstrip-bottom');
      window.addEventListener('resize', () => {
        buildStrip('filmstrip-top');
        buildStrip('filmstrip-bottom');
      });
    })();
  </script>

</body>
</html>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fwww.hexflicks.com%2F13-commandments-tv-series-recap-summary%2F&amp;linkname=13%20Commandments%20TV%20Series%3A%20Complete%20Recap%20%26%20Ending%20Explained" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_mastodon" href="https://www.addtoany.com/add_to/mastodon?linkurl=https%3A%2F%2Fwww.hexflicks.com%2F13-commandments-tv-series-recap-summary%2F&amp;linkname=13%20Commandments%20TV%20Series%3A%20Complete%20Recap%20%26%20Ending%20Explained" title="Mastodon" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fwww.hexflicks.com%2F13-commandments-tv-series-recap-summary%2F&amp;linkname=13%20Commandments%20TV%20Series%3A%20Complete%20Recap%20%26%20Ending%20Explained" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Fwww.hexflicks.com%2F13-commandments-tv-series-recap-summary%2F&amp;linkname=13%20Commandments%20TV%20Series%3A%20Complete%20Recap%20%26%20Ending%20Explained" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_reddit" href="https://www.addtoany.com/add_to/reddit?linkurl=https%3A%2F%2Fwww.hexflicks.com%2F13-commandments-tv-series-recap-summary%2F&amp;linkname=13%20Commandments%20TV%20Series%3A%20Complete%20Recap%20%26%20Ending%20Explained" title="Reddit" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_x" href="https://www.addtoany.com/add_to/x?linkurl=https%3A%2F%2Fwww.hexflicks.com%2F13-commandments-tv-series-recap-summary%2F&amp;linkname=13%20Commandments%20TV%20Series%3A%20Complete%20Recap%20%26%20Ending%20Explained" title="X" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fwww.hexflicks.com%2F13-commandments-tv-series-recap-summary%2F&#038;title=13%20Commandments%20TV%20Series%3A%20Complete%20Recap%20%26%20Ending%20Explained" data-a2a-url="https://www.hexflicks.com/13-commandments-tv-series-recap-summary/" data-a2a-title="13 Commandments TV Series: Complete Recap &amp; Ending Explained"></a></p><p>The post <a href="https://www.hexflicks.com/13-commandments-tv-series-recap-summary/">13 Commandments TV Series: Complete Recap &amp; Ending Explained</a> appeared first on <a href="https://www.hexflicks.com">HexFlicks | Movies, Gaming &amp; Books</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.hexflicks.com/13-commandments-tv-series-recap-summary/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
