feat: allow to specify custom jinja template

This commit is contained in:
Georg K
2022-07-28 03:25:37 +03:00
parent 7618066b7f
commit 207204fe53
2 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<meta charset="UTF-8">
<title>{{ title | default('Swagger UI') }}</title>
<link rel="stylesheet" type="text/css" href="{{ static_url | trim('/') }}/swagger-ui.css" />
<link rel="stylesheet" type="text/css" href="index.css" />
<link rel="stylesheet" type="text/css" href="{{ static_url | trim('/') }}/index.css" />
<link rel="icon" type="image/png" href="{{ static_url | trim('/') }}/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="{{ static_url | trim('/') }}/favicon-16x16.png" sizes="16x16" />
</head>