%- # 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 -%>
<%= "#{yield(:title)} - #{Houdini.general.name}" %>
<%= render 'layouts/stylesheets' %>
<%= IncludeAsset.css '/client/css/global/page.css' %>
<%= IncludeAsset.css '/client/css/bootstrap.css' %>
<%= favicon_link_tag %>
<%= render 'layouts/apified_header' %>
<%= yield %>
<%= render 'layouts/apified_footer' %>