{# Import the theme's layout. #} {% extends "!layout.html" %} {% block extrahead %} {# Include require.js so that we can use WorldWind #} {% endblock %} {% block htmltitle %} {% if title == '' or title == 'Home' %} {{ docstitle|e }} {% else %} {{ title|striptags|e }}{{ titlesuffix }} {% endif %} {% endblock %} {% block menu %} {{ super() }} {% if menu_links %}

{% if menu_links_name %} {{ menu_links_name }} {% else %} External links {% endif %}

{% endif %} {% endblock %}