{% block css %} {% endblock %}
    {% for photo in photolist %}
  • 《{{photo.title}}》 得票:{{photo.vote_num}}票 {%if photo.voted%} {%else%} {%endif%}
  • {% endfor %}
{% block js %} {% endblock %}