{# gjtheme/layout.html ~~~~~~~~~~~~~~~~~~~ Master layout template for GJ themes. :copyright: Copyright 2017-2022 by Grant Jenks. :license: Apache 2.0, see LICENSE for details. #} {% extends "basic/layout.html" %} {%- macro gj_sidebar() %} {%- if render_sidebar %}
{%- endif %} {%- endmacro %} {%- macro gj_script() %} {%- for scriptfile in script_files %} {%- endfor %} {%- endmacro %} {%- macro gj_css() %} {%- for css in css_files %} {%- if css|attr("rel") %} {%- else %} {%- endif %} {%- endfor %} {%- endmacro %} {%- block doctype %} {% endblock %} {% set html_tag = '' %} {%- block htmltitle %}