[% # cpanel - base/frontend/paper_lantern/_assets/master.html.tt # Copyright 2022 cPanel, L.L.C. # All rights reserved. # copyright@cpanel.net http://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited %] [%# Parameters we are expecting: ============================ is_ng: boolean, used to change the url calculation rules for angular 7 apps built using the ng cli tool via webpack. You need this since the build products from ng cli do not use the .min suffix for minified files. hide_header: boolean, used to hide the page header 1 to hide, 0 to show; 0 by default hide_quicklinks: boolean, used to hide the quicklinks section 1 to hide, 0 to show; 0 by default include_legacy_stylesheets: boolean, used to include legacy stylesheets on the page; 1 by default include_legacy_scripts: boolean, used to include legacy javascript sections; 1 by default include_cjt: boolean, used to include cjt; 1 by default app_key: The key used to lookup application information in dynamicui.conf. Hides page heading if the app_key is not defined. page_title: string, displayed as part of the browser title, preceded by cPanel. Defaults to application description from dynamicui.conf e.g. cPanel - page_sub_heading: sub heading for page header. SSL meta: a string containing meta tags to be injected after the master template meta tags. Highly recommend using a Template Toolkit block and processing the block to get the output into a string. embed_stylesheets: array containing the server path of stylesheets specific to your page that will be included with the INSERT directive. embed_scripts: array containing the server path of scripts specific to your page that will be included with the INSERT directive. page_stylesheets: array containing the path of stylesheets specific to your page that must be relative to the root of the theme. page_scripts: array containing the path of scripts specific to your page that must be relative to the root of the theme. page_styles: a string containing a [%- END -%] [%- # Page specified