Lets get the body id before using it.
[pyTivo.git] / templates / unsupported.tmpl
blob9d86afb4f3ffff83457cb91cbe4811f0b32b8d3e
1 <html>
2     <body>
3         <h3>Unsupported Command</h3>
4         Query:
5         <ul>
6         #for $key, $value in $query.items
7             <li>$key: $value</li>
8         #end for
9         </ul>
10     </body>
11 </html>