web/_includes/post.njk
2025-09-06 20:04:53 -03:00

13 lines
No EOL
270 B
Text

---
layout: base.njk
title: Adrian Victor:Blog
---
<main>
<article>
<div id="postHeader">
<h1>{{ postTitle }}</h1>
<p>{{ authors or "Adrian Victor" }} - {{ date }}</p>
</div>
{{ content | safe }}
</article>
</main>