j@380: {% extends "theme.html" %}
j@317: {% block body %}
j@380: 
j@317: <div class="container">
j@385: <div class="col-lg-12">
j@385: <div class="row">
j@385: {{ content|safe }}
j@385: </div>
j@380: 
j@385: <br>
j@380: 
j@1053: {{ html_content|safe }}
j@385: <br>
j@1053: <img src="/static/images/uvindex/{{ figname }}" alt="{{ alt }}" border="6">
j@385: <br>
j@1053: {{ html_table|safe }}
j@385: <br>
j@385: <br>
j@317: 
j@317: <div class="row">
j@317: {{ content_explanation|safe }}
j@317: {{ modal_info|safe }}
j@317: </div>
j@317: 
j@317: </div>
j@317: 
j@317: </div>
j@380: 
j@317: {% endblock %}