feat: add basic template functionality

This commit is contained in:
Alexander Navarro 2025-02-13 14:58:21 -03:00
parent b6c909f6f4
commit 6bf3947df3
5 changed files with 52 additions and 3 deletions

10
templates/base.html Normal file
View file

@ -0,0 +1,10 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Compendium</title>
</head>
<body>
<h1>Hello world!</h1>
</body>
</html>