weld-codegen 0.7.0

Code generation for smithy models
Documentation
{{!--~
    Base template
~--}}<!doctype html>
<html>
<head>
	<meta charset="UTF-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
	{{#if refresh_interval ~}}
	<meta http-equiv="refresh" content="{{ refresh_interval }}">
	{{/if ~}}
	{{#if description ~}}
	<meta name="description" content="{{description}}"/>
	{{/if ~}}
	{{#if keywords ~}}
	<meta name="keywords" content="{{keywords}}"/>
	{{/if ~}}
	<link href="../css/tailwind{{#if minified}}.min{{/if}}.css" rel="stylesheet">
	<title>{{ title }}</title>
    <script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js" type="text/javascript" defer></script>
    <script src='https://cdn.jsdelivr.net/npm/fuse.js@6.4.6/dist/fuse.min.js' type="text/javascript"></script>
</head>
<body class="p-4">
{{> main }}
</body>
</html>