@@ -1,4 +1,14 @@
|
||||
{{ partial "breadcrumb.html" . }}
|
||||
|
||||
{{ partial "menu.html" . }}
|
||||
{{ partial "lsmenu.html" (cond .IsNode . .CurrentSection) }}
|
||||
|
||||
<div class="cmdblock">
|
||||
<p aria-hidden="true" class="prompt">
|
||||
{{ if .IsNode }}
|
||||
sommaire .
|
||||
{{ else }}
|
||||
cat {{ .LinkTitle }}
|
||||
{{ end }}
|
||||
</p>
|
||||
</div>
|
||||
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
|
||||
|
||||
Reference in New Issue
Block a user