{% extends "index.html" %} {% block title %}設備設定{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block body %} <div id="select_devices"> <button>設備</button> <button>通道</button> <button>事件</button> </div> {% endblock %}