Files
butler_ddochi/nhncloud/templates/nhncloud/rs_test.html
icurfer ea11832a53
Some checks failed
Build And Test / build-and-push (push) Failing after 53s
init
2024-12-13 17:12:03 +09:00

10 lines
177 B
HTML

{% extends 'components/base_nhncloud.html' %}
{% load static %}
{% block main_area %}
<section>
<h1>Token</h1>
{{ state }}
{{ tokenValue}}
</section>
{% endblock %}