{% extends 'base.html' %} {% load static %} {% block detail-style %} {% endblock detail-style %} {% block content %} {% include 'blogs/markdown_modal.html' %}
非表示リスト一覧へ戻る
{% csrf_token %} {% for field in form %}
{{ field }}
{% endfor %}
{{ form.media }}


{% endblock %}