Skip to content
Snippets Groups Projects
Select Git revision
  • ea6f5e3fee9486fc1d94a09ad725518a7176c25a
  • master default protected
  • feat/new-image-formats
  • clickable-select-chevron
  • 2.20.0
  • 2.19.0
  • 2.18.0
  • 2.17.0
  • 2.16.1
  • 2.16.0
  • 2.15.0
  • 2.14.0
  • 2.13.0
  • 2.12.1
  • 2.11.0
  • 2.10.0
  • 2.9.1
  • 2.9.0
  • 2.8.0
  • 2.7.1
  • 2.7.0
  • 2.6.0
  • 2.5.2
  • 2.5.1
24 results

article-listing.mustache

Blame
  • article-listing.mustache 726 B
    {{> organisms-header }}
    
    <div class="container container--default pt-8 lg:py-24">
      <section>
        <h1 class="head-alt-md md:head-alt-lg max-w-5xl mb-4">Aktuální témata</h1>
    
        <nav>
          {{> atoms-button(classes: "btn--grey-125 btn--condensed", cta: "Zobrazit vše") }}
          {{> atoms-button(classes: "btn--grey-125 btn--condensed", cta: "Kategorie 1") }}
          {{> atoms-button(classes: "btn--grey-125 btn--condensed", cta: "Kategorie 2") }}
          {{> atoms-button(classes: "btn--grey-125 btn--condensed", cta: "Kategorie 3") }}
        </nav>
    
        <hr>
    
        <main>
          {{> organisms-article-card-list() }}
        </main>
    
        <nav>
          {{> molecules-pagination }}
        </nav>
      </section>
    </div>
    
    {{> organisms-footer }}