{% extends "geotools/page.html" %} {%- macro index_sidebar() %}

News





If you are looking for geotools.com or geotools.net you are in the wrong spot!
{%- endmacro %} {% block body %} {{super()}} {%- if pagename == 'index' %} {% endif %} {% endblock %} {%- block sidebar1 %} {%- if pagename == 'index' %}{{ index_sidebar() }}{% else %}{{ super() }}{% endif %} {% endblock %}