mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-15 08:30:12 +08:00
8 lines
251 B
HTML
8 lines
251 B
HTML
{{ define "header" }}
|
|
{{ partial "main/header.html" . }}
|
|
{{ end }}
|
|
{{ define "main" }}
|
|
{{ $section_to_display := .Sections | default .Pages }}
|
|
{{ partial "main/list.html" (dict "context" . "section_to_display" $section_to_display) }}
|
|
{{ end }}
|