diff --git a/templates/index.html b/templates/index.html index cc659bd..c1c8120 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,6 +5,61 @@
Numbers: {{ result.numbers }}
- {% if result.lucky_stars %} -Lucky Stars: {{ result.lucky_stars }}
- {% endif %} - {% if result.dream_number %} -Dream Number: {{ result.dream_number }}
- {% endif %} -