Files
website-v2-docs/antora-ui/src/layouts/404.hbs
2023-04-25 18:10:24 -03:00

12 lines
180 B
Handlebars

<!DOCTYPE html>
<html lang="en">
<head>
{{> head defaultPageTitle='Page Not Found'}}
</head>
<body class="status-404">
{{> header}}
{{> body}}
{{> footer}}
</body>
</html>