{% extends 'base.html' %} {% load static %} {% load mark %} {% block blogs-style %} {% endblock blogs-style %} {% block content %} {% include 'blogs/include_navbar.html' %} 非公開リスト {{ private_blog.count }}件 非公開にしている記事のリストページです
非公開リスト {{ private_blog.count }}件
{{ blog.text | markdown_to_html | striptags | truncatechars:'150' }}
{{ blog.category.title }}
更新日:{{ blog.updated_at | date:'Y/m/d' }}