Skip to content
Snippets Groups Projects
Commit feb5ce2f authored by Arnaud Levy's avatar Arnaud Levy
Browse files

wip

parent a6094906
No related branches found
No related tags found
No related merge requests found
{{ define "main" }}
{{ partial "categories/hero-list.html" . }}
<div class="document-content">
<div class="container">
{{ partial "categories/categories.html" . }}
{{ partial "commons/pagination.html" . }}
</div>
</div>
{{ end }}
{{ define "main" }}
{{ partial "categories/hero-term.html" . }}
<div class="document-content">
{{ partial "toc/container.html"
(dict
"toc" "toc/default.html"
"context" .
)
}}
{{ partial "categories/summary.html" (dict
"context" .
"block_wrapped" true
) }}
{{ partial "contents/list.html" . }}
<div class="container">
{{ partial "posts/posts.html" . }}
{{ partial "commons/pagination.html" . }}
</div>
</div>
{{ end }}
{{ define "main" }}
{{ partial "categories/hero-list.html" . }}
<div class="document-content">
<div class="container">
{{ partial "categories/categories.html" . }}
{{ partial "commons/pagination.html" . }}
</div>
</div>
{{ end }}
{{ define "main" }}
{{ partial "categories/hero-term.html" . }}
<div class="document-content">
{{ partial "toc/container.html"
(dict
"toc" "toc/default.html"
"context" .
)
}}
{{ partial "categories/summary.html" (dict
"context" .
"block_wrapped" true
) }}
{{ partial "contents/list.html" . }}
<div class="container">
{{ partial "posts/posts.html" . }}
{{ partial "commons/pagination.html" . }}
</div>
</div>
{{ end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment