diff --git a/templates/index.html b/templates/index.html index 8627a21..cc659bd 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,31 +4,33 @@
Numbers: {{ result.numbers }}
- {% if result.lucky_stars %} -Lucky Stars: {{ result.lucky_stars }}
- {% endif %} - {% if result.plus %} -Plus Option: Yes
- {% endif %} - {% endif %} +Numbers: {{ result.numbers }}
+ {% if result.lucky_stars %} +Lucky Stars: {{ result.lucky_stars }}
+ {% endif %} + {% if result.dream_number %} +Dream Number: {{ result.dream_number }}
+ {% endif %} +