15 lines
324 B
HTML
15 lines
324 B
HTML
{{ partial "breadcrumb.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: */}}
|