Implement basic templating
This commit is contained in:
parent
234458e11c
commit
1cf099845b
5 changed files with 1317 additions and 85 deletions
9
templates/index.html.tera
Normal file
9
templates/index.html.tera
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Tegaki Tuesday</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome to Tegaki Tuesday #{{ challenge }}!</h1>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue