{% extends "base.html" %} {% load turbo_streams %} {% block body %}

Reminders

This application demonstrates a simple implementation of forms and turbo-frames written without any custom javascript.

{% csrf_token %}
{% include "reminders/reminder_list_items.html" %} {% endblock body %}