aboutsummaryrefslogtreecommitdiff
path: root/apps/styx_web/templates/launchpad.dtl
blob: 588ad487e9489e79ba358bdcebafdecccffe3d3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<div class="header">
  <h2>
    {{name}}
  </h2>
</div>

<div class="mt-8">
  <a href="/account" class="btn-submit">Edit account</a>
  <a href="/account/logout" class="btn-submit mt-2">Logout</a>
</div>