doctype html html head include ../../components/head.pug link(href="/public/css/dashboard.css" rel="stylesheet") title Devices | Home Control body include ../../components/dashboard/sidebar.pug main h1 Devices if !devices || devices.length < 1 p No devices :( else section.devices each device in devices include ../../components/dashboard/device.pug