{% block head-js %} {% endblock %}
Toggle navigation
草榴社区
综合区
欧美专区
日韩专区
河北专区
{% if request.user.is_authenticated %}
{{ request.user.userprofile.name }}
发贴
Another action
Something else here
Nav header
Separated link
注销
{% else %}
注册\登录
{% endif %}
{% block page-container %}
{% for article in articles reversed %}
{{ article.title }}
{{ article.author.name }}
{{ article.publish_date }}
thumbup:{{ article.thumbup_set.select_related.count }}
comments:{{ article.comment_set.select_related.count }}
{{ article.summary }}
{% endfor %}
bar
{% endblock %}
{% block bottom-js %} {% endblock %}