For and if wasn't colored. it's like normal. The html file wasn't considered as python even i used correct syntax
{% if all_album%}
<ul>
{% for album in all_album %}
<li><a href = "/music/{{ album.id }}/">{{ album.album_title }}</a></li>
{% endfor %}
</ul>>
{% else %}
<h3>You don't have any album</h3>
{% endif %}