feat: initial commit
This commit is contained in:
@ -38,7 +38,7 @@ func NewPageOptions(funcs ...PageOptionFunc) *PageOptions {
|
||||
templ Page(funcs ...PageOptionFunc) {
|
||||
{{ opts := NewPageOptions(funcs...) }}
|
||||
<!DOCTYPE html>
|
||||
<html data-theme="dark">
|
||||
<html data-theme="light">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
|
Reference in New Issue
Block a user