mirror of
https://github.com/JimenezJC/mshj_blog.git
synced 2025-12-06 11:09:56 -05:00
11 lines
No EOL
239 B
HTML
11 lines
No EOL
239 B
HTML
{{ 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 }} |