mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 23:00:17 +00:00
3aa21eed08
It has been `responder.ext.schema` before.
25 lines
622 B
HTML
25 lines
622 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
|
/>
|
|
<title>{{ title }} {{ version }}</title>
|
|
<!-- Embed elements Elements via Web Component -->
|
|
<script src="https://unpkg.com/@stoplight/elements/web-components.min.js"></script>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://unpkg.com/@stoplight/elements/styles.min.css"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<elements-api
|
|
apiDescriptionUrl="{{ schema_url }}"
|
|
router="hash"
|
|
layout="sidebar"
|
|
/>
|
|
</body>
|
|
</html>
|