Pluto RT Messages Demo
{% if polling %}
{% include "pluto_rt/polling.html" with item_template="pluto_rt/toast_item.html" target="#results" interval_seconds=3 %}
{% else %}
{% include "pluto_rt/sse.html" with item_template="pluto_rt/toast_item.html" target="#results" %}
{% endif %}