Files
cherrypy_sqlite_restapi/main/templates/select.html

10 lines
114 B
HTML

<html>
<head>
<title>{_title}</title>
</head>
<body>
<div>
<h1>{_heading}</h1>
</div>
</body>
</html>