| Horoscope |
Tagline |
Description |
Action |
{% for horoscope in all_horoscope_obj%}
| {{horoscope.horoscope}} |
{{horoscope.tagline}} |
{{horoscope.description}} |
|
{% endfor %}
{% if all_horoscope_obj %}
{% endif %}
| Chinese Zodiac |
Tagline |
Description |
Action |
{% for chinese in all_chinese_obj%}
| {{chinese.chinese_zodiac}} |
{{chinese.tagline}} |
{{chinese.description}} |
|
{% endfor %}
{% if all_chinese_obj %}
{% endif %}
| 5 Elements |
Tagline |
Description |
Action |
{% for elements in all_five_element_obj%}
| {{elements.element_name}} |
{{elements.tagline}} |
{{elements.description}} |
|
{% endfor %}
{% if all_five_element_obj %}
{% endif %}
| MBTI |
Tagline |
Description |
Action |
{% for mbti in all_mbti_obj%}
| {{mbti.mbti_name}} |
{{mbti.tagline}} |
{{mbti.description}} |
|
{% endfor %}
{% if all_mbti_obj %}
{% endif %}