{% extends 'base.html' %} {% load static %} {% load mark %} {% block blogs-style %} {% endblock blogs-style %} {% block content %} {% include 'blogs/include_navbar.html' %}

非公開リスト {{ private_blog.count }}件


{% for blog in private_blog %} {% endfor %}
{% endblock %}