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

Web log

회원번호 : {{ member_no }}
회원명 : {{ member_name }}
메뉴 : {{ menuid }}
HTTP_HOST : {{ http_host }}
HTTP_USER_AGENT : {{ http_user_agent }}
HTTP_REFERER : {{ http_referer }}
{% if not rsHttp %}

내용이 없습니다!

{% else %}
{{ rsHttp }}
.
{% endif %}
{% include "footer.html" %} {% endblock %}