{% extends "main/base.html" %} {% block content %} {% load staticfiles %}
{% for i in cafelistobj %}
{% if i.mainphoto %} {% endif %}

{{i.name}}

개발자와 디자이너들을 위한 카페에요.

  • {{i.locate}}
  • {{i.phone}}
  • {{i.insta}}
{% endfor %}
{% endblock content %}