mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-22 09:53:32 +01:00
Add simple listing of sonos devices and basic Dockefile for running it
This commit is contained in:
9
web/views/layout.eta
Normal file
9
web/views/layout.eta
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title><%= it.title || "bonob" %></title>
|
||||
</head>
|
||||
<body>
|
||||
<%~ it.body %>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user