Created
October 18, 2023 10:13
-
-
Save jfjensen/8f6db3c12c15a963e2f4d86e15c2fe9a to your computer and use it in GitHub Desktop.
A Jinja template for a simple Litestar app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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