{% include 'bootstrap.html' %}
{% include 'menu.html' %}
{% include 'header.html' %}
开源项目
{% for project in projects %}
{{ project.title }}
【{{ project.status}}】
{{ project.author }}
{{ project.description }}
{% endfor %}
{% include 'footer_mini.html' %}