Is it possible to have multiple floorplans?

EDIT - was so close this post helped finish the last part to edit the html file in two locations i only did one

Hi @atomicpapa I have a similar request

i tried to follow your repo but I’m stuck with same results

panel_custom:
  - name: floorplan
    sidebar_title: Floorplan
    sidebar_icon: mdi:home-variant
    url_path: floorplan
    config:
      hide_app_toolbar:
      config: /local/custom_ui/floorplan/floorplan.yaml

  - name: magic_mirror
    sidebar_title: Magic Mirror
    sidebar_icon: mdi:face
    url_path: mirror
    config:
      hide_app_toolbar:
      config: /local/custom_ui/floorplan/mirror.yaml

I added panel_custom: !include panel_custom.yaml which is where the above is stored

I have all the yaml, svg, css files and the ha_floorplan.html files in the www/custom_ui/floorplan folder

Im just getting a white screen for both my panels…