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