Add some inspirational quotes to our briefings

This commit is contained in:
2023-04-19 21:11:52 -04:00
parent f944d1d1fe
commit 6da7f5792e
5 changed files with 118 additions and 5 deletions

View File

@ -1,8 +1,8 @@
>
{# Kallen Morning Briefing #}
{%- macro getReport() -%}
{% from 'time.jinja' import current_time_12hr, current_date_readout, input_datetime_12hr%}
{% from 'speech.jinja' import dadjoke %}
{% from 'time.jinja' import current_time_12hr, current_date_readout, input_datetime_12hr %}
{% from 'speech.jinja' import dadjoke, inspirational_quote %}
<p>
Good morning, Collin.
@ -178,6 +178,10 @@
{% endif %}
</p>
<p>
And now, one more thing before I go. {{ inspirational_quote() }}
</p>
{%- endmacro -%}
{# a macro that removes all newline characters, empty spaces, and returns formatted text #}