未完成版基础界面

This commit is contained in:
2025-11-23 22:11:31 +08:00
parent a469da2904
commit 3b5d4b193b
7 changed files with 46 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
{{ define "layout/base.html" }}
{{ define "base" }}
<!DOCTYPE html>
<html lang="zh">
<head>
@@ -7,7 +7,7 @@
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
{{ template "layout/navbar.html" . }}
{{ template "navbar" . }}
<main>
{{ block "content" . }}{{ end }}