mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-05-22 23:21:33 +00:00
* Change master to main in most uses Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
16 lines
296 B
HTML
16 lines
296 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
{% include head.html %}
|
|
|
|
<body id="{{ page.id }}">
|
|
<div class="container-fluid site-outer-container">
|
|
<div class="site-container">
|
|
{% include site-header.html %}
|
|
{{ content }}
|
|
{% include footer.html %}
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|