{{ define "article" }}
<article>
  <h2>{{ .Title }}</h2>
  <p>After a long while, I finally have my <a href="https://git.scerba.org" target="_blank" rel="noopener noreferrer">git server</a> in a good spot. There's only a couple public repos on there currently &lpar;well one if we're being fair&rpar;, but that will change as time goes on.</p>
  <p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}