forked from mirror/Part-DB.Part-DB-server
16 lines
No EOL
457 B
Twig
16 lines
No EOL
457 B
Twig
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>{{ meta_title }}</title>
|
|
<meta name="author" content="{{ partdb_title }}">
|
|
<meta name="description" content="Label for {{ meta_title }}">
|
|
<meta name="keywords" content="Part-DB, Label, Barcode">
|
|
<style>
|
|
{% include("labels/label_style.css.twig") %}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
{{ lines | raw }}
|
|
</body>
|
|
</html> |