You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
239 B

<div id="top_page_banner">
{% if is_img %}
<a href="{{ url }}" class="top_page_banner" target="_blank">
<img src="{{ img }}" alt="">
</a>
{% elif is_html %}
{{ text|safe }}
{% endif %}
</div>