mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-10 00:44:52 -06:00
13 lines
368 B
HTML
13 lines
368 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ document.language-code }}">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="author" content="{{ document.authors }}" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>{{ document.project }} Documentation — {{ document.title }}</title>
|
|
</head>
|
|
<body>
|
|
{{ template.body }}
|
|
</body>
|
|
</html>
|