Files
fet2020/fet2020/templates/posts/partials/_meeting_row.html

10 lines
331 B
HTML

<div class="my-2">
<a href="{{ post.url }}">
<h3 class="">{{ post.title }}</h3>
<p class="py-1 text-sm lg:text-base text-gray-600">
<i class="fas fa-calendar-alt text-gray-500"></i>
<span>{{ post.event_start|date }} · {{ post.event_start|time }} Uhr</span>
</p>
</a>
</div>