21 lines
825 B
Plaintext
21 lines
825 B
Plaintext
package layout
|
|
|
|
templ Base(title string){
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="Secure and reliable file hosting service. Upload, organize, and share your documents, images, videos, and more. Sign up now to keep your files always within reach." />
|
|
<meta name="keywords" content="file hosting, file sharing, cloud storage, data storage, secure file hosting, filekeeper, drive, mega" />
|
|
<meta name="author" content="Filekeeper" />
|
|
<link href="/public/output.css" rel="stylesheet"/>
|
|
<title>{ title }</title>
|
|
</head>
|
|
<body>
|
|
<div id="content">
|
|
{ children... }
|
|
</div>
|
|
</body>
|
|
</html>
|
|
} |