]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/modules/sidebar-banner.html
Initial checkin.
[people/shoehn/ipfire.org.git] / www / templates / modules / sidebar-banner.html
1 <h4>{{ item.title }}</h4>
2
3 <a href="{{ item.link }}" {% if item.link.startswith("http://") %}target="_blank"{% end %}>
4 <img src="{{ static_url(item.uri) }}" alt="{{ _("Banner") }}" />
5 </a>