{% extends "base.html" %} {% block title %}로그 보기 - 리얼컴 NAS UI{% endblock %} {% block content %}
{{ logs | join('') }}