Files
personal_website/internal/templates/pages/home.html
T

8 lines
249 B
HTML

{{define "content"}}
<section class="hero">
<h1>Hi, I'm Jason</h1>
<p>PHP &amp; Go developer. I build web applications and tools.</p>
<a href="https://codeberg.org/yourname" target="_blank" rel="noopener">Codeberg</a>
</section>
{{end}}