{% block meta_block %} {% include "templates/includes/meta_block.html" %} {% endblock %}
{% block title %}{{ title | striptags }}{% endblock %}
{% block favicon %}
{% endblock %}
{%- block head -%} {% if head_html is defined -%} {{ head_html or "" }} {%- endif %} {%- if theme.name != 'Standard' -%}
{%- else -%} {{ include_style('website.bundle.css') }} {%- endif -%} {%- for link in web_include_css %} {{ include_style(link) }} {%- endfor -%} {%- endblock -%} {%- block head_include %} {{ head_include or "" }} {% endblock -%} {%- block style %} {% if colocated_css -%} {%- endif %} {%- endblock -%} {% include "public/icons/timeless/icons.svg" %} {%- block banner -%} {% include "templates/includes/banner_extension.html" ignore missing %} {% if banner_html -%} {{ banner_html or "" }} {%- endif %} {%- endblock -%} {%- block navbar -%} {{ web_block( navbar_template or 'Standard Navbar', values=_context_dict, add_container=0, add_top_padding=0, add_bottom_padding=0, ) }} {%- endblock -%} {% block content %} {{ content }} {% endblock %} {%- block footer -%} {{ web_block( footer_template or 'Standard Footer', values=_context_dict, add_container=0, add_top_padding=0, add_bottom_padding=0 ) }} {%- endblock -%} {% block base_scripts %} {{ include_script('frappe-web.bundle.js') }} {% endblock %} {%- for link in web_include_js %} {{ include_script(link) }} {%- endfor -%} {%- block script %} {% if colocated_js -%} {%- endif %} {%- endblock %} {%- block body_include %}{{ body_include or "" }}{% endblock -%}