forked from are0h/TheBadSpace
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.
18 lines
342 B
Plaintext
18 lines
342 B
Plaintext
2 years ago
|
{% extends "base/frame.twig" %}
|
||
|
{% block stylesheets %}
|
||
|
<link rel="stylesheet" type="text/css" href="/assets/css/front/start.css?=sdfsdf">
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block main %}
|
||
|
<section>
|
||
|
<h1>
|
||
|
Welcome to the Den.
|
||
|
</h1>
|
||
|
Hey
|
||
|
{{ handle }}
|
||
|
. Nice to see you again.
|
||
|
<a href="/logout">Bye bye</a>
|
||
|
|
||
|
</section>
|
||
|
{% endblock %}
|