{% extends "base.html" %} {% load static %} {% block scripts %} {{ block.super }} {% csrf_token %} {% endblock %} {% block body %} {% include "navbar.html" %} 게시판 Home Web log GET Information Call API {% include "footer.html" %} {% endblock %}