1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-28 16:55:50 -04:00
Files
jarv.is/layouts/_default/etc.html

10 lines
215 B
HTML

{{ define "main" }}
<div class="layout" id="layout--etc">
<h1><a class="no-underline" href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h1>
<div id="content">
{{ .Content }}
</div>
</div>
{{ end }}