% if respond_to?(:form_authenticity_token) %><% end %>
<% experiments = Vanity.playground.experiments ; unless experiments.empty? %>
Experiments
<%= render :file=>Vanity.template("_experiments"), :locals=>{:experiments=>experiments} %>
<% end %>
<% metrics = Vanity.playground.metrics ; unless metrics.empty? %>
Metrics
<%= render :file=>Vanity.template("_metrics"), :locals=>{:metrics=>metrics, :experiments=>experiments} %>
<% end %>