Initial Blog Commit

This commit is contained in:
Juan 2025-07-04 16:10:22 -04:00
commit 07775036ce
92 changed files with 4980 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{{ define "main" }}
<article class="card-container">
<header><h1>{{ .Title }}</h1></header>
<div class="content-wrapper">
<p>{{ .Date.Format "2006-01-02" }}</p>
{{ .Content }}
</div>
</article>
{{ end }}