Load HTML templates and SCSS styling

This commit is contained in:
Naman Sood 2021-02-15 02:31:18 -05:00
parent 8daaa1b330
commit d347551455
10 changed files with 581 additions and 22 deletions

9
templates/fullpost.html Normal file
View file

@ -0,0 +1,9 @@
<article>
<date>{{metadata.date}}</date>
<h1>{{metadata.title}}</h1>
<h2>{{metadata.summary}}</h2>
<section class="content">
{{{contents}}}
</section>
<a class="load-content" href="/">&larr; Back home</a>
</article>