{% extends "base.html" %} {% load static %} {% block body %} {% include "navbar.html" %}

협업의 원칙

1. 매일 코딩 습관화
2. 타인의 요청을 먼저 처리
함께 탁월한 아웃풋을 만듭니다.

바로가기
{% include "footer.html" %} {% endblock %}