Skip to content
Snippets Groups Projects
Commit 4cb2fa55 authored by Ondrej Rehounek's avatar Ondrej Rehounek
Browse files

main: articles page skeleton

parent ff811fc7
Branches
No related tags found
2 merge requests!607Pirati.cz,!575Feature/pirati cz
Pipeline #9144 passed
{% extends "main/base.html" %}
{% block content %}
{# nemame design #}
<header>
<h1 itemprop="headline" class="head-alt-md md:head-alt-lg max-w-5xl mb-8">{{ page.title }}</h1>
</header>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 lg:gap-8">
{% for a in articles %}
{% include "shared/article_preview.html" with article=a %}
{% endfor %}
</div>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment