Parent: [a242e8] (diff)

Child: [d13b9c] (diff)

Download this file

neigh_nav_menu.html    12 lines (10 with data), 361 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
{% if not neighborhood or not neighborhood.show_title %}
<div id="nav_menu_missing"></div>
{% else %}
<a href="{{neighborhood.url()}}">
{% if neighborhood.icon %}
<img src="{{neighborhood.url()}}/icon" class="project_icon" alt="{{neighborhood.name}} Logo"/>
{% endif %}
<h1 class="project_title">{{neighborhood.name}}</h1>
</a>
{% endif %}