19 lines
524 B
HTML
19 lines
524 B
HTML
{{ $productPathData := findRE "[^/]+.*?" .RelPermalink }}
|
|
{{ $product := index $productPathData 0 }}
|
|
{{ $currentVersion := index $productPathData 1 | default "v2.0"}}
|
|
|
|
<!-- Modals -->
|
|
{{ partial "footer/modals.html" . }}
|
|
{{ partial "footer/feature-callout.html" . }}
|
|
{{ partial "footer/fullscreen-code.html" . }}
|
|
|
|
<!-- Docsearch JS -->
|
|
{{ partial "footer/search.html" . }}
|
|
|
|
<!-- Docs Notifications -->
|
|
{{ partial "footer/notifications.html" . }}
|
|
|
|
</body>
|
|
{{ partial "footer/javascript.html" . }}
|
|
</html>
|