<%= csrf_meta_tag %> <%= stylesheet_link_tag "application", :media => "screen" %> <%= stylesheet_link_tag "mobile", :media => "only screen and (max-width: 480px), only screen and (max-device-width: 480px)" %> <%= javascript_include_tag "application" %> <%= yield :html_header %>
<%= render "news_updates/listing" %>

<%= link_to Danbooru.config.app_name, "/" %>

<%= render "layouts/more_links" %>
<%- if flash[:notice] -%>
<%= flash[:notice] %>
<%- else -%> <%- end -%> <%= yield :layout %>
<%= render "static/footer" %>