Customization
Overview
Template Structure
public/
├── templates/
│ ├── layout.html # Base layout
│ ├── signin.html # Login page
│ ├── signup.html # Registration
│ ├── authorize.html # OAuth consent
│ ├── activate.html # Device activation
│ ├── forgot-password.html # Password reset request
│ ├── reset-password.html # Password reset form
│ ├── errors.html # Error messages
│ └── emails/ # Email templates
│ ├── verification.html
│ ├── password-reset.html
│ └── welcome.html
├── css/
│ └── styles.css # Main stylesheet
└── js/
└── app.js # Client JavaScriptUI Components
Template Syntax
Variables
Conditionals
Loops
Template Inheritance
Available Variables
Sign In Page
Variable
Description
Authorization Page
Variable
Description
Device Activation
Variable
Description
Styling
CSS Variables
Custom Theme
Screenshots
Landing Page

Sign In

Admin Dashboard

Configuration
Custom Template Path
Reload Templates
Best Practices
Next Steps
Last updated
Was this helpful?