mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-07 09:54:57 +08:00
8 lines
188 B
HTML
8 lines
188 B
HTML
{{ define "title" }}{{ .Site.Title }}{{ end }}
|
|
{{ define "header" }}
|
|
{{ partial "header/site-header.html" . }}
|
|
{{ end }}
|
|
{{ define "main" }}
|
|
{{ partial "main/home.html" . }}
|
|
{{ end }}
|