Website/template/admin/pages/dashboard.twig
TheClashFruit 063292dd9d
All checks were successful
️Upload Website / sftp (push) Successful in 20s
feat: start making an admin panel
2024-04-01 19:10:19 +02:00

3 lines
137 B
Twig

<div class="d-flex align-items-center justify-content-center h-100">
<h1>Welcome {{ user.global_name }} to the admin panel!</h1>
</div>