/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "index.html" %} {% block content %}

Backgrounds

If you want to add a background use the "visu.css" in your pages directory.
.page-bg { background-image: url('../../pics/bg/NAME.png'); }
Examples
Located in "pics/bg/"
{% for file in dir('pics/bg') %}

{{ file.name }}
{% endfor %} {% endblock %}