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,7 +1,7 @@
>
{# Daily Briefing #}
{%- macro getReport() -%}
{% from 'speech.jinja' import greeting, dadjoke %}
{% from 'speech.jinja' import greeting, dadjoke, inspirational_quote %}
{% from 'time.jinja' import input_datetime_12hr %}
<p>
{{ greeting() }}
@ -446,6 +446,10 @@
{% endif %}
</p>
<p>
And now, one more thing before I go. {{ inspirational_quote() }}
</p>
{%- endmacro -%}