{% extends "base.html" %} {% load staticfiles %} {% block title %} {{newName}} {% endblock %} {% block content %}
{{newName}}
{% for mynew in newList %}
{{mynew.title}} 【{{mynew.publishDate|date:"Y-m-d"}}】
{% endfor %}
{% endblock %}