{% include 'bootstrap.html' %}
{% include 'header.html' %}
{% include 'menu.html' %}
代码分享广场
{% for row in square %}
{{ row.title }}
【{{ row.author }}】分享于 {{ row.createdate }}
介绍:
{{ row.description }}
{% endfor %}
{% include 'footer_mini.html' %}