{% from "webserver/map.jinja" import apache with context %} {{ apache.title }}
{% if apache.image == "chameleon" %} SUSE chameleon {% elif apache.image == "tux" %} Tux {% endif %}

{{ apache.title }} {% if apache.show_subtitle %}
{{ apache.subtitle }} {% endif %}

  • Your password is: {{ apache.password }}
  • {% for i in range(apache.list_items) %}
  • List item #{{ i + 1 }}
  • {% endfor %}