Implement basic templating

This commit is contained in:
Elnu 2023-05-31 12:44:58 -07:00
parent 234458e11c
commit 1cf099845b
5 changed files with 1317 additions and 85 deletions

View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Tegaki Tuesday</title>
</head>
<body>
<h1>Welcome to Tegaki Tuesday #{{ challenge }}!</h1>
</body>
</html>