forked from cal/tdf-2023-webseite
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
652 B
25 lines
652 B
---
|
|
layout: layouts/base.njk
|
|
---
|
|
<div class="box" id="imprint">
|
|
<h2>{{ 'nav.imprint' | i18n }}</h2>
|
|
<p><strong>{{ 'content.imprint.address_label' | i18n }}</strong></p>
|
|
<p>
|
|
Chaostreff Tübingen e. V.<br />
|
|
Bei den Pferdeställen 8<br />
|
|
72072 Tübingen<br />
|
|
</p>
|
|
<p>
|
|
{{ 'content.imprint.website_label' | i18n }}: <a href="https://cttue.de" class="urlextern" target="_blank" title="https://cttue.de"
|
|
rel="ugc nofollow noopener">https://cttue.de</a>
|
|
</p>
|
|
<p>
|
|
<strong>{{ 'content.imprint.contact.label' | i18n }}</strong>
|
|
</p>
|
|
<p>
|
|
{{ 'content.imprint.contact.mail' | i18n }}
|
|
</p>
|
|
<p>
|
|
{{ 'content.imprint.contact.register' | i18n }}
|
|
</p>
|
|
</div>
|
|
|