[html]<!doctype html>
<html lang="ru">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width,initial-scale=1" />
  <title>Шаблон эпизода — сепия</title>

  <!-- Подключение шрифта (при необходимости) -->
  <link href="https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap" rel="stylesheet">

</head>
<body>

  <!-- ==== ШАБЛОН ЭПИЗОДА — ЗАПОЛНИ ПОЛЯ НИЖЕ ==== -->
  <article class="ep-card" aria-labelledby="ep-title">

    <header class="ep-head">
      <h1 id="ep-title" class="ep-title">In the doghouse</h1>
    </header>

    <div class="ep-meta" role="list">
      <div class="ep-pill" role="listitem"><b>Локация:</b> Нью-Йорк </div>
      <div class="ep-pill" role="listitem"><b>Время:</b> 19.07.1920</div>
    </div>

    <div class="ep-actors" aria-label="Участники">
      <span class="ep-chip"><a href="https://1920.rusff.me/profile.php?id=114">Aron Klein</a></span>
      <span class="ep-chip"><a href="https://1920.rusff.me/profile.php?id=122">Frank Sanders</a></span>
      <!-- Добавляй/удаляй чипы по необходимости -->
    </div>

    <div class="ep-sep" role="separator" aria-hidden="true"></div>

   <section class="ep-refs" aria-label="Вдохновляющие изображения">
      <figure>
        <img src="https://i.pinimg.com/736x/eb/e7/34/ebe7348d9852b7827ff160ae68e23d1b.jpg" alt="Референс 1">

      </figure>

      <figure>
        <img src="https://i.pinimg.com/736x/32/d4/73/32d4733ecd7955eb7eeb705145292814.jpg" alt="Референс 2">

      </figure>
    </section>

    <div class="ep-sep" role="separator" aria-hidden="true"></div>

    <section class="ep-body" aria-labelledby="ep-summary">
      <h2 id="ep-summary" style="display:none">Описание эпизода</h2>

Враг моего врага ещё не друг мне, но уже не враг мне.
    </section>

  </article>

</body>
</html>[/html]