{{ title }}

{% for paragraph in body %}

{{ paragraph }}

{% endfor %} {% if request.openheart %}

This page supports emoji-based reactions via the OpenHeart protocol!

To view reactions via the command-line, try:

curl '{{ request.openheart.get_url }}'

To submit a reaction via the command-line, try:

curl -d '❤️' -X POST '{{ request.openheart.post_url }}'
{% endif %}