| 
					
				 | 
			
			
				@@ -1,33 +1,30 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <template name="dashboard"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <div class="landing"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      {{> header}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <div class="row"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-           {{#each rooms}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              <div class="col-md-4 col-sm-6 col-xs-12"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  <div class="station"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                      <h3>{{type}}</h3> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                      {{#with type=type}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        <h5>{{currentSong.song.title}}</h5> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        <h6>{{currentSong.song.artist}}</h6> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                      {{/with}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                      <a href="/{{type}}" class="station_link"></a> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                  </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <div class="row"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+       {{#each rooms}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <div class="col-md-4 col-sm-6 col-xs-12"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <div class="station"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  <h3>{{type}}</h3> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  {{#with type=type}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <h5>{{currentSong.song.title}}</h5> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <h6>{{currentSong.song.artist}}</h6> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  {{/with}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  <a href="/{{type}}" class="station_link"></a> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-           {{/each}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <ul class="bg-bubbles"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        </ul> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+       {{/each}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <ul class="bg-bubbles"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <li></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    </ul> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <script type="text/javascript"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         window.doorbellOptions = { 
			 |