]> git.ipfire.org Git - ipfire.org.git/blob - templates/modules/sidebar-banner.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / modules / sidebar-banner.html
1 {% if item %}
2 <h4>{{ item.caption }}</h4>
3 <a href="{{ item.uri }}" {% if item.uri.startswith("http://") %}target="_blank" {% end %}>
4 <img src="{{ static_url("images/banners/" + item.image) }}" border="0" alt="{{ _("Banner") }}" />
5 </a>
6 {% end %}