<!doctype html><html lang="de"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="robots" content="noindex"><link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-VhBcF/php0Z/P5ZxlxaEx1GwqTQVIBu4G4giRWxTKOCjTxsPFETUDdVL5B6vYvOt" crossorigin="anonymous"><link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">{% block stylesheets %}<link rel="stylesheet" href="{{ asset('css/app.css') }}" />{% endblock %}<link rel="icon" type="image/x-icon" href="{{ asset('img/favicon.ico') }}" /><title>{% block title %}Welcome!{% endblock %}</title></head><body><header></header><main role="main" class="container">{% include('_navbar.html.twig') %}{% for label, messages in app.flashes %}{% for message in messages %}<div class="alert alert-{{ label }} alert-dismissible fade show my-2 mx-2" role="alert"><strong>{{ message }}</strong><button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button></div>{% endfor %}{% endfor %}{% block body %}{% endblock %}</main><footer class="footer"><div class="container"><div class="row justify-content-center"><span class="text-muted">www.opfer-notruf.at : 0800 112 112 - eine Initiative des Bundesministeriums für Justiz</span></div></div></footer><script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script><script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>{% block javascripts %}{% endblock %}</body></html>