{% if config.USE_CDN %}
{% else %}
{% endif %}
{% block head %}{% endblock %}
Menu
Functions
{% for id in config.FUNCTION_QUICKLIST %}
{{ id|e }}
{% endfor %}
Search
{% set search_bar = [ ('Functions', 'functionsearch'), ('Jobs', 'jobsearch'), ('History', 'historysearch') ] -%} {% for caption, href in search_bar %}
{{ caption }}
{% endfor %}
{% block list %}{% endblock %} {% block content %}{% endblock %}
{% if config.USE_CDN %} {% else %} {% endif %} {% block scripts %} {% endblock %}