Close menu

Pattern Library

<div
  class="
    flex flex-col bg-grey-180 drop-shadow

    {{ classes }}
  "
>
  <div class="flex flex-col px-8 pb-6 pt-6 h-full">
    <div class="text-xl text-grey-350 mb-2">
      {{ date }}
    </div>

    <a href="{{ url }}" class="underline-offset-4">
      <h2 class="font-alt text-4xl">{{ title }}</h2>
    </a>

    <div class="mt-2">
      {% include 'patterns/molecules/tags/inline_tags.html' %}
    </div>
  </div>
</div>
context:
  title: 'KONEC MEZINÁRODNÍ OSTUDY. EVROPSKÁ KOMISE UZAVŘELA ŘÍZENÍ O STŘETU ZÁJMŮ'
  date: '29. června 2023'
  url: '#'