Skip to content

Instantly share code, notes, and snippets.

@jfjensen
Created October 18, 2023 10:13
Show Gist options
  • Save jfjensen/8f6db3c12c15a963e2f4d86e15c2fe9a to your computer and use it in GitHub Desktop.
Save jfjensen/8f6db3c12c15a963e2f4d86e15c2fe9a to your computer and use it in GitHub Desktop.
A Jinja template for a simple Litestar app
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Webpage</title>
</head>
<body>
<h1>Hello user: {{ name }}!</h1>
{# a comment #}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment