<!DOCTYPE html>
{{ tpl_tag_html || '<html lang="en">' }}
<head>
    <meta charset="UTF-8">
    <title>{{ tpl_html_title }}</title>
    <meta name="description" content="{{ tpl_meta_description }}">
    {{ '\t' + meta + '\n' || '' }}
    <!-- style -->
    {{ '\t' + style + '\n' || '' }}
</head>
<body class="{{ tpl_tag_body_classes }}">
    {{ tpl_body_text + '\n' || '' }}
<!-- scripts -->
{{ script + '\n' || '' }}
</body>
</html>