mirror of
https://github.com/jlengrand/jreleaser.github.io.git
synced 2026-03-10 08:31:25 +00:00
12 lines
236 B
Handlebars
12 lines
236 B
Handlebars
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
{{> head defaultPageTitle='Untitled'}}
|
|
</head>
|
|
<body class="article{{#with (or page.attributes.role page.role)}} {{{this}}}{{/with}}">
|
|
{{> header}}
|
|
{{> body}}
|
|
{{> footer}}
|
|
</body>
|
|
</html>
|