{% extends "base.html" %} {% block title %}Timezone Lookup{% endblock %} {% block head %} {% endblock %} {% block content %} {% for tz in all_tz %} {% endfor %} {% for tzid in all_tzid %} {% endfor %} {% for timezone in timezones %} {% endfor %} {% endblock %}