<%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later # Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%> <%= render 'layouts/meta_tags' %> <%= render 'layouts/stylesheets' %> <%= yield :head %> <% if flash[:error] %>
<%= flash[:error] %>
<% elsif flash[:notice] && !flash[:notice].blank? %>
<%= flash[:notice] %>
<% end %> <%= render 'layouts/side_nav' %> <%= yield %> <%= render 'layouts/footer' %> <%= render 'layouts/javascripts' %>