Add simple mechanism for fast re-render.

This commit is contained in:
Sergio Martínez Portela 2022-06-27 21:02:33 +02:00
parent a8c4d6ef48
commit 57ed8fa15c
2 changed files with 89 additions and 13 deletions

View file

@ -7,8 +7,8 @@
<link rel="stylesheet" href="../css/style.css" />
</head>
<body>
<article>
<h2 class="post-title">{{ title }}</h2>
{{ content | safe }}
</article>
</body>