{% block extrahead %}
{% endblock %}
{% set links = [
['Install'], ['About'], ['Resources'],
['Documentation'],
['NBViewer', 'https://nbviewer.jupyter.org'], ['Widgets'],
['Blog', 'https://blog.jupyter.org'], ['Donate']
] %}
{% set pages = {'Install': 'install.html', 'About': 'about.html', 'Resources' : 'community.html',
'Widgets': 'widgets.html', 'Donate': 'donate.html' }
%}
{% set baseurl = 'http://jupyter.org' %}