spielwiese #201
@ -1,8 +1,21 @@
|
|||||||
_model: aggregator_page
|
_model: aggregator_page
|
||||||
---
|
---
|
||||||
|
title: Regelmäßige Termine
|
||||||
# Title und Body werden aktuell nicht gerendert.
|
|
||||||
|
|
||||||
title: Aktuelles
|
|
||||||
---
|
---
|
||||||
body: Die neusten Blogposts und Podcastepisoden siehst Du hier, die vollständige Historie findest Du unter [Blog](/blog) und [Podcast](/podcast).
|
body:
|
||||||
|
|
||||||
|
### Telebier
|
||||||
|
Lockere Runde für alle inner- und außerhalb der WTF: Jeden Mittwoch um 21 Uhr im [BigBlueButton](https://bbb.cyber4edu.org/b/l3d-ecy-qks-ojk).
|
||||||
|
|
||||||
|
Dank an die [infra.run](https://infra.run) fürs Hosting.
|
||||||
|
|
||||||
|
#### Onboardingtreffen für neue Member
|
||||||
|
Die Aufnahmetreffen für neue Member der Genossenschaft finden immer im [Onboarding-Jitsi](https://meet.wtf-eg.de/aufnahme) statt.
|
||||||
|
|
||||||
|
Nächste Termine bis Oktober 2023:
|
||||||
|
|
||||||
|
- 03.07.2023 um 18:30 Uhr
|
||||||
|
- 01.08.2023 um 18:30 Uhr
|
||||||
|
- 06.09.2023 um 18:30 Uhr
|
||||||
|
- 02.10.2023 um 18:30 Uhr
|
||||||
|
- 07.10.2023 um 18:30 Uhr
|
||||||
|
@ -8,6 +8,15 @@
|
|||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endblock -%}
|
{%- endblock -%}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
<section class="content">
|
||||||
|
<div class="content__box">
|
||||||
|
<div class="content__box">
|
||||||
|
<div class="content__inner_box">
|
||||||
|
<h2>{{ this.title }}</h2>
|
||||||
|
{{ this.body }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<section class="card_grid -no_pad">
|
<section class="card_grid -no_pad">
|
||||||
{% set blog_posts = site.get('/blog').children.order_by('-pub_date').limit(3) %}
|
{% set blog_posts = site.get('/blog').children.order_by('-pub_date').limit(3) %}
|
||||||
{% set episodes = site.get('/podcast').children.order_by('-pub_date').limit(3) %}
|
{% set episodes = site.get('/podcast').children.order_by('-pub_date').limit(3) %}
|
||||||
|
Loading…
Reference in New Issue
Block a user