<%= content 'open_graph' =%> <%= content 'twitter_card' =%> <%= stylesheet '/css/elements.css' %> <%= stylesheet '/css/simple.css' %> <%= stylesheet '/css/nested.css' %> <%= javascript '/js/background.js', defer => undef %>

Post::Text

<% if (is_mod) { =%> <% } =%> <% if (is_admin) { =%> <% } =%> <%= form_for search_page => (class => 'header__search'), begin %> <% if (my $error = validation->error('q')) { =%>

Must be between <%= $error->[2] %> and <%= $error->[3] %> characters.

<% } =%> <%= text_field q => ( id => 'search', maxlength => 2047, minlength => 1, required => undef ) %> <% end %>
<% if (flash 'error') { =%>

<%= flash 'error' %>

<% } elsif (stash 'error') { =%>

<%= stash 'error' %>

<% } =%> <% if (flash 'info') { =%>

<%= flash 'info' %>

<% } elsif (stash 'info') { =%>

<%= stash 'info' %>

<% } =%> <%= content =%>