{{ partial "header.html" . }}
{{ partial "main_menu.html" . }}

研究室一覧

    {{ range.Pages }} {{ if (.Param "mktile") }}
  1. {{ .Title }} {{ end }} {{ end }}
{{ partial "sidebar.html" .}}
{{ partial "footer.html" . }} {{/* Here is a sample page that I made. {{ with .Site.GetPage "/post/test5.md" }}{{ .Title }}{{ end }} {{< ref "/post/test5.md" >}} */}}