Part-DB-server/templates/labels/base_label.html.twig
2020-04-14 11:07:07 +02:00

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>