Skip to content
Snippets Groups Projects
Commit f161dcac authored by alexisben's avatar alexisben
Browse files

organization blocks

parent c1b3c6fb
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,14 @@
{{ partial "organizations/hero.html" . }}
<div class="document-content">
{{ partial "toc/container.html"
(dict
"toc" "toc/default.html"
"context" .
)
}}
<div class="container">
{{ partial "organizations/content.html" . }}
<div class="organization-meta">
......@@ -9,5 +17,6 @@
{{ partial "organizations/contacts.html" . }}
</div>
</div>
{{ partial "blocks/list.html" . }}
</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