{# A horizontal box layout with the logo on the left This layout creates a horizontal band layout with the logo on the left side for the login screen. Given the difference between the logo on the left and right side is 1 class reversing the flex items, this file just extends the base horizontal layout. @package OpenEMR @subpackage Login @author Robert Down @copyright Copyright (c) 2023 Providence Healthtech @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 #} {% extends "login/horizontal_box.html.twig" %}