mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-15 08:30:12 +08:00
6 lines
134 B
HTML
6 lines
134 B
HTML
{{ define "header" }}
|
|
{{ partial "main/header.html" . }}
|
|
{{ end }}
|
|
{{ define "main" }}
|
|
{{ partial "main/single.html" . }}
|
|
{{ end }} |