{% extends 'base.html' %}
{% load static %}
{% load mark %}
{% block blogs-style %}
{% endblock blogs-style %}
{% block content %}
{% include 'blogs/include_navbar.html' %}
{{ message }} {{ blogs.count }}件
{% if category.overview %}
Blogトップ
{% endif %}