Add some inspirational quotes to our briefings
This commit is contained in:
@ -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 #}
|
||||
|
Reference in New Issue
Block a user