Add title as H1 header

This commit is contained in:
Devon Campbell 2022-11-28 18:25:59 -08:00
commit 0ecf55e7be
2 changed files with 13 additions and 1 deletions

View file

@ -10,8 +10,9 @@
</head>
<body>
<img src="/images/logo.png" alt="Devon.LOL" class="logo">
<h1>{{ title }}</h1>
<article>
{{ content | safe }}
</article>
</body>
</html>
</html>