<%= render partial: "layouts/head" %> <%= render partial: "common/discourse_stylesheet" %> <%= discourse_csrf_tags %> <%- unless customization_disabled? %> <%= theme_lookup("head_tag") %> <%- end %> <%= yield(:no_ember_head) %> <%- if allow_plugins? %> <%= build_plugin_html 'server:before-head-close' %> <%- end -%> <%- if allow_plugins? %> <%= build_plugin_html 'server:after-body-open' %> <%- end -%> <%- unless customization_disabled? %> <%= theme_lookup("header") %> <%- end %> <%- if allow_plugins? %> <%= build_plugin_html 'server:header' %> <%- end %>
<%= render partial: 'header', locals: { hide_auth_buttons: local_assigns[:hide_auth_buttons] } %>
<%= yield %>
<%- unless customization_disabled? %> <%= theme_lookup("footer") %> <%= theme_lookup("body_tag") %> <%- end %> <%- if allow_plugins? %> <%= build_plugin_html 'no-client:footer' %> <%= build_plugin_html 'server:before-body-close' %> <%- end %>