Close menu

Pattern Library

{% extends 'patterns/organisms/header/simple_header_with_tags.html' %}

{% block header_margin_class %}
  mb-10
{% endblock %}

{% block classes %}
  bg-black flex items-center w-full pt-28 pb-8

  md:mb-16

  xl:pt-48 xl:pb-24

  {% block extra_classes %}{% endblock %}
{% endblock %}

{% block after_heading %}
  {% include 'patterns/molecules/tags/tags.html' with classes='mb-4' size_classes='' %}

  <div class="flex justify-start">
    <input
      type="text"
      id="articles_search"
      class="max-w-md w-full bg-grey-180 px-4 py-2 text-black"
      placeholder="Hledej..."
    >
  </div>
{% endblock %}
context:
  is_short: true
  title: 'Aktuality'