{% extends 'base.html' %} {% load static %} {% block blogs-style %} {% endblock blogs-style %} {% block content %}
投稿{{ private_blog.count }}件
{% endif %} {{ blog.created_at }} / {{ blog.category.title }} {% if request.user.is_superuser %} / 公開 {% endif %}
{{ blog.text | slice:':100' | striptags }} ...