git.m455.casa

m455.casa

clone url: git://git.m455.casa/m455.casa


templates/post.html

1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
6 <link rel="alternate" type="application/rss+xml" href="https://m455.casa/feed.rss">
7 <title>{{title}}</title>
8 <link rel="stylesheet" href="/style.css">
9 </head>
10 <body>
11 <a href="/posts">&lt;-- go back</a>
12 <main>
13 {{contents}}
14 </main>
15 </body>
16 </html>