package userView import "github.com/fossyy/filekeeper/view/layout" templ content(email string, username string, title string) { @layout.Base(title){

Profile

JL

Session Management

IP Address Browser Device Last Activity Actions
192.168.1.100 Chrome 89 Desktop 1 week ago

Logged in as John Doe

Logged in from 192.168.1.100

Logged in at 2023-04-26 15:30:00

Reset Password

Click to log out or terminate the current session.

Storage Usage

Used 12.5GB
Available 37.5GB

Upgrade Storage

Pro Plan

50GB of storage for $9.99/month

Enterprise Plan

1TB of storage for $49.99/month

} } templ Main(title string, email string, username string) { @content(email, username, title) }