| author | Jens-Uwe Grooss <j.-u.grooss@fz-juelich.de> | 
| Sat, 18 Apr 2020 21:15:43 +0200 | |
| changeset 1238 | 1fac6b74468e | 
| parent 1053 | 878b81ffb8f7 | 
| permissions | -rw-r--r-- | 
| j@380 | 1 | {% extends "theme.html" %}
 | 
| j@317 | 2 | {% block body %}
 | 
| j@380 | 3 | |
| j@317 | 4 | <div class="container"> | 
| j@385 | 5 | <div class="col-lg-12"> | 
| j@385 | 6 | <div class="row"> | 
| j@385 | 7 | {{ content|safe }}
 | 
| j@385 | 8 | </div> | 
| j@380 | 9 | |
| j@385 | 10 | <br> | 
| j@380 | 11 | |
| j@1053 | 12 | {{ html_content|safe }}
 | 
| j@385 | 13 | <br> | 
| j@1053 | 14 | <img src="/static/images/uvindex/{{ figname }}" alt="{{ alt }}" border="6">
 | 
| j@385 | 15 | <br> | 
| j@1053 | 16 | {{ html_table|safe }}
 | 
| j@385 | 17 | <br> | 
| j@385 | 18 | <br> | 
| j@317 | 19 | |
| j@317 | 20 | <div class="row"> | 
| j@317 | 21 | {{ content_explanation|safe }}
 | 
| j@317 | 22 | {{ modal_info|safe }}
 | 
| j@317 | 23 | </div> | 
| j@317 | 24 | |
| j@317 | 25 | </div> | 
| j@317 | 26 | |
| j@317 | 27 | </div> | 
| j@380 | 28 | |
| j@317 | 29 | {% endblock %}
 |