doctype html
html
head
include ../../components/head.pug
link(href="/public/css/dashboard.css" rel="stylesheet")
title Actions | Home Control
body
main
section.heading
h1 Actions
input(type="checkbox")
if !actions || actions.length < 1
p No actions :(
else
section.actions
each action in actions
include ../../components/dashboard/action.pug
include ../../components/dashboard/sidebar.pug