wip: implement page
This commit is contained in:
0
src/templates/page.css
Normal file
0
src/templates/page.css
Normal file
12
src/templates/page.jinja
Normal file
12
src/templates/page.jinja
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" href="/page.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>{{ category.name }}</h1>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user