website/layouts/_default/usage.html
Pierre-Olivier Mercier 7e4b044f7b
All checks were successful
continuous-integration/drone/push Build is passing
Write freelance page en fr
2021-07-26 18:49:11 +02:00

26 lines
368 B
HTML

<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
{{ partial "head.html" . }}
<body>
<div id="all">
{{ partial "nav.html" . }}
{{ partial "breadcrumbs_usage.html" . }}
{{ .Content }}
<!-- /.container -->
</div>
<!-- /#all -->
{{ partial "footer.html" . }}
{{ partial "scripts.html" . }}
</body>
</html>