{% extends "base.html" %} {% block header %}

Todays Meditation:

{{todays_meditation.text}}

{% endblock header %} {% block content %} {% if not responded %}
{% csrf_token %}

Initial Response

What emotions would you first feel? It's okay if this is not how you'd like to respond. The point is to be honest with yourself.

Work through the best way to respond, adhering a close as possible to the stoic principals of detachment from what you cannot change, and changing what you can.

{% if not user.is_authenticated %}

Save your responses by creating an account or logging in with your Github or Google profiles.

{% else %}

{% endif %}

{% else %}

Thank you!

You have already responded to today's meditation. If you would like to add a second response, please review your dashboard.

{% endif %} {% endblock %}