Viewing File: /usr/local/cpanel/base/frontend/meridian/_assets/master_content.html.tt

[%
# Copyright 2026 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 Apache;
%]

[%#
    Meridian React shell mode: render a minimal wrapper.
    The React shell provides its own sidebar, header, heading, and footer.
    We only need the app template's content (which provides #root mount point).
%]
[% IF react_shell AND is_react_app %]

[% content %]

[% END %]
Back to Directory