13 lines
No EOL
237 B
Text
13 lines
No EOL
237 B
Text
package httpUtil
|
|
|
|
templ BasePage(title string) {
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{ title } - Backseat Music</title>
|
|
</head>
|
|
<body>
|
|
{ children... }
|
|
</body>
|
|
</html>
|
|
} |