/** * ----------------------------------------------------------------------------- * @package smartVISU - Grid Layout - Grid-Layout * @author Axel Otterstätter * @copyright 2015 * @license GPL * ----------------------------------------------------------------------------- */ /** Change word mobile to the name of your folder */ {% extends "mobile/base/base.html" %} {% import "mobile/widgets/grid.html" as grid %} {% block content %}
{{ grid.weather_current ('current1', 'Aktuelles Wetter', 1, 1, 2, 4, '' ) }} {{ grid.weather_forecast ('forecast1', 'Heute', 1, 3, 2, 4, '', 1 ) }} {{ grid.weather_forecast ('forecast2', 'Morgen', 1, 5, 2, 4, '', 2 ) }} {{ grid.weather_forecast ('forecast3', 'Übermorgen', 1, 7, 2, 4, '', 3 ) }}
{% endblock %} {% block footer %} {{ grid.footer ('haus_footer', '', 'aussen.nordseite.temperatur', '', 'index.php?page=mobile/dg/index', 'index.php?page=mobile/haus') }} {% endblock %}