{% extends "layout.html" %} {% block title %} 邵武一中新闻部摄影大赛-投票系统 {% endblock %} {% block content %} {% include "common/paginator.html" %}
{% for i in lPage %}

{{i.title}}

{% endfor %}
{% include "common/paginator.html" %} {% endblock %}