{% extends "layout.html" %} {% block body %} {% if experiments|length %} {% else %}

Oh No.

It seems you haven't created any experiments, yet. To do this simply make a GET request to your sixpack server's 'participate' endpoint.

$ curl http://localhost:5000/participate?experiment=new-header&alternatives=red&alternatives=blue&client_id=<A UNIQUIE CLIENT ID>
{% endif %} {% endblock %}