mirror of
https://github.com/Noratrieb/blogamer.git
synced 2026-01-14 17:05:04 +01:00
stuff
This commit is contained in:
parent
dded93cc3a
commit
9488cf6e83
8 changed files with 1636 additions and 69 deletions
19
templates/post.html
Normal file
19
templates/post.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="{{ theme_css_path }}" />
|
||||
<title>{{ title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<main class="main-content blog-main-content">
|
||||
<div class="main-content-inner">
|
||||
<nav><a href="/">Noratrieb</a></nav>
|
||||
<h1>{{ title }}</h1>
|
||||
<hr />
|
||||
<div>{{ body | safe }}</div>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue