febus982/bootstrap-python-fastapi

View on GitHub
src/http_app/jinja_templates/hello.html

Summary

Maintainability
Test Coverage
<html>
<head>
    <title>Hello world</title>
</head>
<body>
    <h1>Hello world</h1>
</body>
</html>