| author | Jens-Uwe Grooss <j.-u.grooss@fz-juelich.de> | 
| Fri, 28 Mar 2025 20:47:14 +0100 | |
| changeset 1762 | cc8830ba49e3 | 
| parent 1598 | c03d9beb0451 | 
| permissions | -rw-r--r-- | 
| j@1577 | 1 | {% extends "theme.html" %} 
 | 
| j@1577 | 2 | {% block body %}
 | 
| j@1577 | 3 | <div class="container"> | 
| j@1598 | 4 | <img src="/static/images/ice-4_background_image.png"> | 
| j@1577 | 5 | |
| j@1577 | 6 | <div class="col-lg-12"> | 
| j@1577 | 7 | |
| j@1577 | 8 | <div class="row"> | 
| j@1577 | 9 |              {{ content|safe }}
 | 
| j@1577 | 10 | </div> | 
| j@1577 | 11 |         {{ author|safe }}
 | 
| j@1577 | 12 |         {% include "info_link.html" %}
 | 
| j@1577 | 13 | </div> | 
| j@1577 | 14 | </div> | 
| j@1577 | 15 | {% endblock %}
 |