sophuwu.site > myweb   
              23
            
             {{ define "index" }}
<html lang="en">
{{ template "head" . }}
<body>
{{ template "header" . }}
<main>

    <h1>
        Sophie Kisiel
    </h1>

    <p>
        Welcome to my website! I'm a software engineer and I love to code.
    </p>

    <textarea style="height: 2000%;"></textarea>



</main>
</body>
</html>
{{ end }}