<%= yield %>
2 of 4
3 of 4
4 of 4
%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> <%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %>
<% if EziiAdultVerifyAndSignin.all.pluck(:user_name).include?(request.remote_ip) %>
Yay
<% if ENV['AUTOPLAY_ENABLED'] == '1' %> <% if content_for(:youtube_autoplay) %> <%= yield :youtube_autoplay %> <% else %> <% end %> <% end %> <%= yield :foot %>