You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<!-- CSS -->
{{ fontawesome_html() }}
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
<link rel="fotogrid stylesheet" href="{{ url_for('static', filename='css/fotogrid.css') }}">
<link rel="event cards stylesheet" href="{{ url_for('static', filename='css/events.css') }}">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
<title>FdgL - Freunde des geordneten Lärms</title>
</head>
<body class=post>
<div id="sidebar">
<header>
<div class="site-title">
<a href="{{ url_for("index") }}">
<img src="{{ url_for('static', filename='logo.png') }}" alt="Fdgl - Freunde des geordneten Lärms e.V." height="150"/>
<br/>FdgL e.V.
</a>
</div>
<div class="site-subtitle">
Freunde des geordneten Lärms e.V.
<hr/>
</div>
</header>
<nav id="sidebar-nav-links">
<a class="page-link" href="{{ url_for('index') }}">News</a>
<a class="page-link" href="{{ url_for('verein') }}">Verein</a>
<a class="page-link" href="{{ url_for('view_events') }}">Events</a>
<a class="page-link" href="{{ url_for('kontakt') }}">Kontakt</a>
<a class="page-link" href="{{ url_for('datenschutz') }}">Datenschutz</a>
<a class="page-link" href="{{ url_for('impressum') }}">Impressum</a>
</nav>
</div>
<main class="container">
<header>
<h1 class="post-title">{% block title %}{% endblock %}</h1>
</header>
<div class="content">
<div class="post-body">
{% block content %}
{% endblock content %}
</div>
</div>
</main>
{{ fontawesome_js() }}
<script src="{{ url_for('static', filename='video.js') }}"></script>
</body>
</html>