2023-05-03 03:13:48 +00:00
|
|
|
@include(snippets/header)
|
|
|
|
<div id="main">
|
|
|
|
<div class="container">
|
2022-05-07 23:14:43 +00:00
|
|
|
<h1>Henlo, {{ session.user }}</h1>
|
|
|
|
<p>Hier entsteht eine Internetpräsenz!</p>
|
|
|
|
<img src="/s/img/favicon.gif" alt="f0ck bash">
|
|
|
|
<p>@if(typeof totals !== "undefined")
|
|
|
|
total: {{ totals.total }} | tagged: {{ totals.tagged }} | untagged: {{ totals.untagged }} | sfw: {{ totals.sfw }} | nsfw: {{ totals.nsfw }}
|
|
|
|
@endif</p>
|
2023-05-03 03:13:48 +00:00
|
|
|
</div>
|
2022-05-07 23:14:43 +00:00
|
|
|
</div>
|
2023-05-03 03:13:48 +00:00
|
|
|
@include(snippets/footer)
|