<header id="sidebar" class="side-shadow">
<hgroup id="site-header">
<a id="site-title" href="{{ SITEURL }}"><h1><img src="{{ SITEURL }}/theme/img/logo-glc.png"></i> {{ SITENAME }}</h1></a>
<p id="site-desc">{% if SITESUBTITLE %} {{ SITESUBTITLE }} {% endif %}</p>
<a href="#" id="menu"><i class="icon-reorder"></i></a>
</hgroup>
<nav class="hide-sm">
<iframe src="https://duckduckgo.com/search.html?site=www.gl-como.it&prefill=Cerca su gl-como.it" style="overflow:hidden;margin:0;padding:0;width: 100%;height:40px;" frameborder="0"></iframe>
{% if USE_CUSTOM_MENU %}
<ul id="nav-links">
{% for name, url in CUSTOM_MENUITEMS %}
<li><a href="{{ SITEURL }}/{{ url }}">{{ name }}</a></li>
{% endfor %}
</ul>
{% else %}
{% if DISPLAY_PAGES_ON_MENU %}
<ul class="nav-links">
{% for page in pages %}
{% if not page.parent %}
<li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a>
{% for subpage in pages if subpage.parent==page.slug %}
{% if loop.first %} <ul class="submenu"> {% endif %}
<li><a href="{{ SITEURL }}/{{ subpage.url }}">{{ subpage.title }}</a></li>
{% if loop.last %} </ul> {% endif %}
{% endfor %}
</li>
{% endif %}
{% endfor %}
</ul>
{% endif %}
{% if DISPLAY_CATEGORIES_ON_MENU %}
<h3>categorie</h3>
<ul class="nav-links">
{% for cat, arts in categories %}
<li><a href="{{ SITEURL }}/{{ cat.url }}">{{ cat.name }}</a></li>
{% endfor %}
</ul>
{% endif %}
{% endif %}
{% if SOCIAL %}
<h4 class="hide-sm">social</h4>
<ul class="nav-links hide-sm">
{% for text,url in SOCIAL %}
<li><a href="{{ url }}">{{ text }}</a></li>
{% endfor %}
</ul>
{% endif %}
</nav>
<footer class="site-info hide-sm">
<hr>
<p>Contribuisci a manterere online i servizi del GL-Como,<br>Chiedi in <a href="/v2015/mailing-list/">mailing-list</a></p>
<p><img src="https://sipit.kirgroup.net/glc-colla.php" width="200px"></p>
<hr>
<p>
<a href="https://xmpp.net/result.php?domain=gl-como.it&type=client"><img src="https://xmpp.net/badge.php?domain=gl-como.it" alt="xmpp.net score"></a>
</p>
<p>
Proudly powered by <a href="http://getpelican.com/">Pelican</a> and <a href="http://python.org/">Python</a>. Theme by <a href="https://github.com/hdra/pelican-cait">hndr</a>.
</p>
<p>
Texture (cc) by-sa by <a href="https://flic.kr/p/68kjfX"> svofski</a>. Font Awesome by <a href="http://fortawesome.github.io/Font-Awesome/">Dave Grandy</a>.
</p>
</footer>
</header>