- <lift:surround with="default" at="content">
- <h2>Current Weather Conditions</h2>
- <table>
- <tr>
- <td><canvas id="compass" width="160" height="160"></canvas></td>
- <td>
- <lift:comet type="WeatherActor">
- <weather:view>Loading...</weather:view>
- </lift:comet>
- </td>
- </tr>
- </table>
- </lift:surround>