Simple Templated Plate Editor
Controls
{%- for t in treatments %}
{{ t }}
{% if not loop.last %}
{% endif -%} {%- endfor -%}
Plate
{% for c in cols -%}
{{ c }}
{% endfor -%}
{% for r in rows -%}
{{ r }}
{%- for c in cols %}
{%- endfor %}
{% endfor -%}