{% extends 'bocor/index.html' %} {% load static %} {% block content %}
{% include 'bocor/breadcrumb.html' %}
{% if obj.image2 %}
{% endif %} {% if obj.image3 %}
{% endif %} {% if obj.image4 %}
{% endif %} {% if obj.image5 %}
{% endif %}

{{ obj.title }}

  • 카테고리: {{ obj.filter }}
  • {% if obj.url %}
  • 참고링크: {{ obj.url|urlize }}
  • {% endif %}
  • {{ obj.subtitle }}
  • {{ obj.description|linebreaksbr }}
{% endblock content %}