[%
# ./apps/email-dns-record-manager/src/index.html.tt
# Copyright 2024 WebPros International, LLC
# All rights reserved.
# copyright@cpanel.net http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
%]
[%
USE Whostmgr;
USE JSON;
SET TEMPLATE_PATH = '/templates/email-dns-record-manager/';
SET breadcrumb_url = '/scripts11/email-dns-record-manager';
SET ROUTER_PATH = cp_security_token _ breadcrumb_url;
SET RESOURCE_PATH = cp_security_token _ TEMPLATE_PATH;
SET style_sheets = [];
SET scripts = []; # Do not change this name unless it is also changed in the partials below.
# The following content is inserted by underscore-template-loader's require macro.
#
#----------------------------------------------------
# ∨∨∨ THIS IS GENERATED CODE, DO NOT MODIFY IT ∨∨∨
#----------------------------------------------------
#
# Build webpack css bundle list
style_sheets.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "styles.ef46db3751d8e999.css"));
# Build webpack javascript bundle list
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "runtime.cd196adce22f4f42.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "vendor-c0d76f48.8522bb048d15afa1.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "vendor-6b948b9f.706f59179ea92446.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "polyfills.6ebfc9f29e25f356.js"));
scripts.push(Whostmgr.find_file_url(TEMPLATE_PATH _ "main.74ce8a020aa361a4.js"));
#
# ^^^ THIS IS GENERATED CODE, DO NOT MODIFY IT ^^^
#----------------------------------------------------
SET locale_is_rtl = 0;
WRAPPER 'master_templates/master.tmpl'
app_key = 'email_dns_record_manager',
header = locale.maketext('Email DNS Record Manager [comment,## no extract maketext]'),
breadcrumburl = breadcrumb_url,
base = RESOURCE_PATH,
stylesheets = style_sheets,
scripts = scripts,
theme = 'jupiter',
CJT2_EXCLUSIVE=1,
hide_license_warnings=1,
is_ng = 1;
%]
<cp-email-dns-root class="container-lg" style="display: inline-block"></cp-email-dns-root>
<script>
window.PAGE = {
base: [% ROUTER_PATH.json() %]
}
</script>
[% END %]