{% include 'bootstrap.html' %}
{% include 'menu.html' %}
{% include 'header_mini_column.html' %}
{{ author }}的IC技术圈专栏主页
{% if iscompany %}
企
{{ company_name }}
{% endif %}
开始创作吧
创建合集
我
退出
{% for collect in collects %}
合集:
{{ collect.name }}
介绍:{{ collect.intro }}
文章数量:{{ collect.total }}
管理合集
{% endfor %}
{% for article in article_list %} {% if article.isprivate == 0 %}
{% else %}
{% endif %}
{{ article.title }}
{% if article.isprivate == 1 %}
私密
{% endif %}
{{ article.createdate }}
{{ article.readcnt }} 阅读
修改
删除
{{ article.summary }}
{% endfor %}
最新20篇
开设专栏
开始创作
创建合集
×
合集名称:
简要描述:
我
×
头像(400x400px):
上传新logo:
专栏介绍:
{{ intro }}
{% include 'footer_mini.html' %}