{% include 'book/subjects/partial/header/sub-top.html' %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% if request.GET.q %}
{% include 'book/subjects/main/search.html' %}
{% elif 'subjects/delete' in request.path %}
{% include 'book/subjects/main/subject_confirm_delete.html' %}
{% else %}
{% include 'book/subjects/main/content.html' %}
{% endif %}
{% include 'book/subjects/partial/footer/tail-nav.html' %}
{% include 'book/subjects/partial/footer/prev-next.html' %}
{% include 'book/subjects/partial/footer/back-to-top.html' %}