]> git.ipfire.org Git - ipfire.org.git/blame - templates/modules/sidebar-banner.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / modules / sidebar-banner.html
CommitLineData
0a01d219 1{% if item %}
940227cb
MT
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") }}" />
0a01d219
MT
5 </a>
6{% end %}