Skip to content
Snippets Groups Projects
Unverified Commit fe14efc7 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Remove unused template blocks

parent afdb3ec9
No related branches found
No related tags found
No related merge requests found
<h3>Baustelle</h3>
<p>Unsere neue Website befindet sich aktuell noch im Aufbau.</p>
<p>Aktuelles rund um den Verein und die Projekte gibt es im Fediverse unter <a href="https://bildung.social/@Teckids" rel="me">@Teckids@bildung.social</a> und <a href="/updates/newsletter">über unseren Newsletter</a>.</p>
<p>Bis wir alle Informationen übersichtlich aufbereitet haben, schaut gerne an folgenden Stellen vorbei:</p>
<ul>
<li><a href="https://forum.teckids.org">Unser Forum</a> für Diskussionen rund um unsere Projekte.</li>
<li><a href="https://wiki.teckids.org">Das neue Wiki</a>, eine Sammlung von Dokumentation zu verschiedenen Themen.</li>
<li><a href="/gemeinschaft/verein/kontakt">Kontakt</a> zum Verein und den Projekten.</li>
</ul>
{% extends "base.html" %}
{% block main %}
{% include "pages/heading.html" %}
<div class="my-4">
<div class="section">
<div class="content container">
{% if page.content %}
{{ page.content | safe }}
{% else %}
{% include "baustelle.html" %}
{% endif %}
<div class="container">
<h1 class="title is-1">{{ page.title }}</h1>
<div class="content">
{{ page.content | safe }}
</div>
</div>
</div>
</div>
{% endblock %}
<section class="hero is-small">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title mb-0"><a href="{{ page.permalink }}">{{ page.title }}</a></h1>
{% if page.description %}
<p class="subtitle">
{{ page.description }}
</p>
{% endif %}
</div>
</div>
</section>
......@@ -43,9 +43,4 @@
</div>
</div>
</section>
<section class="section">
<div class="container content">
{% include "baustelle.html" %}
</div >
</section>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment