{{ article.title }}
{{ article.summary|truncate_content(200) }}
{% if article.tags %} {% endif %}{% extends 'frontend/base.html' %} {% block title %} {% if category_title %}{{ category_title }} - 技术博客 {% elif tag_title %}{{ tag_title }} - 技术博客 {% else %}首页 - 技术博客{% endif %} {% endblock %} {% block content %}
{{ article.summary|truncate_content(200) }}
{% if article.tags %} {% endif %}暂无文章