23 lines
939 B
Twig
23 lines
939 B
Twig
{% 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 %} |