This commit is contained in:
Ashley Rose
2026-02-23 10:45:57 -06:00
commit 7152f830c0
23 changed files with 636 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{% extends 'base.html.twig' %}
{% block title %}Ember{% endblock %}
{% block content %}
<h1>
<strong>💜Ember💜</strong>
</h1>
<p>
<strong>
<em>Sacrifice - Forgiveness - Perseverance - Passion</em>
</strong>
</p>
<img src="/static/image/hangedman.jpeg" alt="The Hanged Man">
<p>
Ember reminds us that making both stability and change requires sacrifice; that
nothing worth living or fighting for will be without cost. A better world will
require all of us to respond to pain not with lack of bravery or violence, but
with understanding and patience, to both friend and enemy. It is not a sad icon,
but a passionate one of being able to bounce back up. We take that pain and use
it to drive us and give our lives meaning, and then get self-respect and pride
which makes up for it many times over.
</p>
{% endblock %}