{% extends "base.html" %} {% load staticfiles %} {% block title %} 新闻详情 {% endblock %} {% block content %}
{{mynew.title}}
发布时间:{{mynew.publishDate|date:"Y-m-d"}}    浏览次数:{{mynew.views}}
{{ mynew.description | safe }}
{% endblock %}