{% extends "base.html" %} {% block content %} XML 파일 관리

XML 파일 관리

XML 파일을 업로드하고 관리할 수 있습니다

파일 업로드
파일 목록
{% if xml_files %}
{% for xml_file in xml_files %}
{{ xml_file }} XML
편집
{% endfor %}
{% else %}

파일이 없습니다.

{% endif %}
{% endblock %}