Implement speech partials

This commit is contained in:
2020-03-08 01:17:40 +02:00
parent 974f05b1b5
commit 1ecfc9166e
16 changed files with 170 additions and 150 deletions
+9
View File
@@ -0,0 +1,9 @@
>-
{%- if now().strftime('%H')|int < 12 and now().strftime('%H')|int > 6 -%}
Good morning!
{%- elif now().strftime('%H')|int >= 12 and now().strftime('%H')|int < 17 -%}
Good afternoon!
{%- else -%}
Good evening!
{%- endif -%}