We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79153df commit 77583d7Copy full SHA for 77583d7
templates/main/main.html
@@ -60,9 +60,11 @@ <h3>🎯 오늘의 추천</h3>
60
<h4>{{ recommended_product.product_name }}</h4>
61
<p>
62
{% if recommended_product.is_user_liked %} 💖 내가 찜한 제품 |
63
- {{ recommended_product.product_brand }} {% else %}
64
- {{ recommended_product.product_brand }} | 💜 {{
65
- recommended_product.like_count }}명이 찜함 {% endif %}
+ {{ recommended_product.product_brand }}
+ {% else %}
+ {{ recommended_product.product_brand }} 💜 |
66
+ {{ recommended_product.like_count }}명이 찜함
67
+ {% endif %}
68
</p>
69
</div>
70
0 commit comments