{% extends "../base.html" %} {% block body %} {% if quote_data %} {{quote_data.wrong_quote.quote}}
- {{quote_data.wrong_quote.author}}
{% end %} {% if settings.get("ONION_ADDRESS") and not request.host_name.endswith(".onion") %}
Wir sind übrigens auch über das Tor-Netzwerk erreichbar: {{'­'.join(char for char in settings.get('ONION_ADDRESS'))}}
{% end %} {% end %}