Files
sccontent/templates/page.html
T
2025-05-10 22:08:52 +02:00

13 lines
379 B
HTML

{{ define "title" }}{{ .Title }} - B1ts Star Citizen Blog{{ end }}
{{ define "body" }}
<article>
<p><a class="no-underline" href="/">← Zurück</a></p>
<h1>{{ .Title }}</h1>
<div class="article-content">{{ .Body }}</div>
<p><a class="no-underline" href="/">← Zurück</a></p>
</article>
{{ end }}
{{ define "page" }}{{ template "layout" . }}{{ end }}