package components import ( "context" ) templ Home(ctx context.Context) { @LayoutWithContext("Home", ctx) {

Welcome to GoMFT

A modern managed file transfer solution

if isLoggedIn(ctx) {

Transfer Configs

Set up and manage file transfer configurations with ease.

Schedule Jobs

Create and monitor automated file transfer jobs.

Track History

View detailed history of all file transfer operations.

} else {

Get Started

Log in to access the file transfer management system.

Log In

Key Features

  • Secure file transfers with encryption
  • Automated scheduling and monitoring
  • Comprehensive transfer history tracking
  • User-friendly interface with dark mode support
}
} }