{% extends "base/frame.twig" %} {% block stylesheets %} {% endblock %} {% block main %} {% if loggedIn %}

Welcome to the Den, {{ handle }}

Remember to pace yourself because you're working with some of the worse places on the web. Drink water, takes lot of breaks and remember you are the reason the interent is becoming safer.
{% else %}

This is the Den


{% if notice is defined %}
{{ notice }}
{% endif %} {{ include("forms/login-form.twig") }}
{% endif %} {% endblock %}