{% extends 'base.html' %} {% load static %} {% block content %}

Fachschaft
Elektrotechnik

{% if request.user.is_authenticated %}
{% endif %}

Events

{% if featured_event %} {% with post=featured_event %} {% include 'posts/partials/_article_row.html' %} {% endwith %} {% endif %} {% for post in featured_meeting %} {% if post %} {% include 'posts/partials/_article_row.html' %} {% endif %} {% endfor %}

Zuletzt veröffentlicht

{% if featured_post %} {% with post=featured_post %} {% include 'posts/partials/_posts_pinned.html' %} {% endwith %} {% endif %} {% for post in posts %} {% include 'posts/partials/_posts_hero.html' %} {% endfor %} Mehr anzeigen
{% endblock %}