<% if @show_blank_slate %>
<% if Flipper::UI.configuration.fun %>

But I've got a blank space baby...

And I'll flip your features.

<%- if write_allowed? && Flipper::UI.configuration.feature_creation_enabled -%>

Add Feature

<%- end -%> <% else %>

Getting Started

You have not added any features to configure yet.

<%- if write_allowed? && Flipper::UI.configuration.feature_creation_enabled -%>

Add Feature

<% else %>

Check the examples to learn how to add one.

<%- end -%> <% end %>
<% else %>
<%- if write_allowed? && Flipper::UI.configuration.feature_creation_enabled -%> <%- end -%>

Features

<% @features.each do |feature| %> <% end %>
<% end %>