public static function get_layout_name()
 {
     if (self::$layout_name === null) {
         self::$layout_name = get_the_title(self::get_layout_id());
     }
     return self::$layout_name;
 }