storj/web/marketing/pages/base.html

15 lines
316 B
HTML
Raw Normal View History

<!-- Copyright (C) 2019 Storj Labs, Inc.
See LICENSE for copying information. -->
{{define "base"}}
<!DOCTYPE html>
<html>
<head>
{{template "head" .}}
</head>
<body>
{{template "body" .}}
{{template "bootstrap" .}}
</body>
</html>
{{end}}