{#- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -#} {% import 'allura:templates/jinja_master/lib.html' as lib with context %} {% if g.theme.jinja_macros %} {% import g.theme.jinja_macros as theme_macros with context %} {% endif %} {% do g.register_forge_js('js/jquery-3.6.0.min.js', location='head_js') %} {% do g.register_forge_js('js/jquery.cookie-1.4.1.js', location='head_js') %} {% do g.register_forge_js('js/jquery.notify.js') %} {% do g.register_forge_js('js/jquery.tooltipster.js') %} {% do g.register_forge_js('js/allura-base.js') %} {% do g.register_forge_js('js/checklist.js') %} {% do g.register_forge_css('css/forge/hilite.css') %} {% do g.register_forge_css('css/forge/tooltipster.css') %} {% do g.register_forge_css('css/font-awesome.min.css', compress=False) %} {% do g.theme.require() %} {% do g.register_forge_js('js/admin_modal.js') %} {% do g.register_js('js/jquery.lightbox_me.js') %} {% if h.has_access(c.project, 'admin') %} {# this would be better placed in top_nav.html but that file is included later so its too late for it to register any css. (Unlike other html files which are the top-level file and extend this master.html) #} {% do g.register_forge_css('css/navbar.css') %} {% endif %} {% do g.register_forge_js('js/memorable.js') %} {% do g.resource_manager.register_widgets(c) %} {% block title %}Your title goes here{% endblock %} {{ theme_macros.extra_header(g.theme_href('')) }} {% for blob in g.resource_manager.emit('head_css') %} {{ blob }} {% endfor %} {% for blob in g.resource_manager.emit('head_js') %} {{ blob }} {% endfor %} {% if c.project and c.project.neighborhood.css %} {% elif neighborhood|default and neighborhood.css %} {% endif %} {% block extra_css %}{% endblock %} {% block head %} {% endblock %} {% block head_bottom -%} {% endblock %} {% block body_top_js %} {% for blob in g.resource_manager.emit('body_top_js') %} {{ blob }} {% endfor %} {% endblock %} {% set flash = tg.flash_obj.render('flash', use_js=False) %} {% call theme_macros.all_content_wrapper(g.login_url, g.logout_url) %} {{ theme_macros.header(g.login_url, g.logout_url) }} {{ theme_macros.site_notification() }} {% block masthead %}{% endblock %}
{% block top_nav %} {% include g.theme.top_nav %} {% endblock %}
{% block content_base %} {% if not hide_left_bar|default %} {% block sidebar_menu %} {% include g.theme.sidebar_menu %} {% endblock %} {% set outer_width = 20 %} {% else %} {% set outer_width = 24 %} {% endif %} {% if show_right_bar|default %} {% set inner_width = outer_width - 8 %} {% else %} {% set inner_width = outer_width %} {% endif %}

{% block header %}{% endblock %} {% block actions %}{% endblock %}

{% block edit_box %}{% endblock %} {% block before_content %}{% endblock %} {% block content %}{% endblock %}
{% if show_right_bar|default %} {% endif %} {% block after_content %}{% endblock %}
{% endblock %}
{{ theme_macros.footer(g.year(), g.theme_href('')) }} {% endcall %}
{% for n in h.pop_user_notifications() %}
Notification:
{{ n.text }}
{% endfor %}
{% if c.show_login_overlay|default %} {{ theme_macros.login_overlay() }} {% endif %} {% for blob in g.resource_manager.emit('body_js') %} {{ blob }} {% endfor %} {% for blob in g.resource_manager.emit('body_js_tail') %} {{ blob }} {% endfor %} {% block extra_js %}{% endblock %} {% if neighborhood|default %} {{ neighborhood.site_specific_html | safe }} {% elif c.project.neighborhood %} {{ c.project.neighborhood.site_specific_html | safe }} {% endif %} {{ theme_macros.custom_js() }} {% if flash %} {# comes from flash.static_template in root.py and escaped by tg.flash allow_html setting #} {% endif %} {{ g.analytics.display() }}