/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL * @version 1.0 * * @title Würzburg * @category webcam * @icon icons/ws/it_camera.svg * @color #da0 * @description Some webcams with live-impressions from Würzburg * ----------------------------------------------------------------------------- */ {% extends "apps.html" %} {% import "multimedia.html" as multimedia %} {% block content %}

Impressions from Würzburg

Festung Marienberg
{{ multimedia.image('image1', 'http://www.wuerzburg.de/downloads/webcam/cam1.jpg', 'corner-bottom') }}
© by http://www.wuerzburg.de
View over the city
{{ multimedia.image('image2', 'http://www.bllvwh-wue.de/current.jpg', 'corner-bottom') }}
© by http://www.bllvwh-wue.de

{% endblock %}