[% # cpanel - base/frontend/paper_lantern/_assets/master_retro/master_content.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 %]
[% locale.maketext('Skip to main content') %] [%- IF !hide_header %]
[% IF UI_Includes.can_load_template( 'global_header.html.tt' ) -%]
[% UI_Includes.load_template( 'global_header.html.tt' ); %]
[% END -%]
[% END -%]
[% IF CPANEL.CPFLAGS.item('trial') %]
[%- locale.maketext('[output,strong,TRIAL LICENSE:] This copy is a trial version and will expire at the end of the trial term. You will need to upgrade to a paid copy to continue using the software after that term.') -%]
[% END %] [% IF CPANEL.CPFLAGS.item('dev') %]
[%- locale.maketext("[output,strong,DEVELOPMENT LICENSE:] This server is running on a development license. If this server is being used in a production environment, please notify [output,url,_1,cs@cpanel.net] immediately.", "mailto:cs@cpanel.net?subject=" _ host_name _ "(" _ main_ip _ "," _ main_server_ip _ ") is using a dev license in a production environment") -%]
[% END %] [% INCLUDE "/usr/local/cpanel/base/frontend/paper_lantern/_assets/banner.html.tt" %] [% IF !hide_page_heading -%]

[% page_title || app_info.itemdesc -%] [% IF page_sub_heading.defined %] [% page_sub_heading %] [% END %]

[% END %] [% IF UI_Includes.can_load_template( app_key _ '_page_header.html.tt' ) -%]
[% UI_Includes.load_template( app_key _ '_page_header.html.tt' ); %]
[% END -%] [% IF !feature.defined || CPANEL.feature(feature) -%] [%- content -%] [% ELSE -%]
[% locale.maketext("You do not have the feature “[_1]”.", feature) %]
[% END -%] [% IF UI_Includes.can_load_template( app_key _ '_page_footer.html.tt' ) -%] [% END -%]