templates/ozoneloss.html
author Reimar Bauer <rb.proj AT googlemail DOT com>
Mon, 05 May 2014 16:36:25 +0200
changeset 241 9bfd98868419
parent 210 templates/content.html@340ccb11a01a
child 244 0310fe6b2beb
permissions -rw-r--r--
images added
     1 {% extends "theme.html" %} 
     2 {% block body %}
     3 <div class="container">
     4  <div class="col-lg-12">
     5  	<div class="row">
     6      {{ content|safe }}
     7  </div>
     8 </div>
     9 
    10 
    11 
    12 <ul class="nav navbar-nav navbar-right">
    13 {% for href, caption in  get_ozone_dates(): %}
    14      {%- if href[1:] == act -%}
    15      <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
    16 
    17 {% endfor %}
    18 </ul>
    19 
    20     <img src="/static/images/ozoneloss/eskp_{{ year }}.svg" alt="{{ year }}">
    21     </div>
    22 {% endblock %}
Impressum Datenschutzerklärung