{{ $favicon := resources.Get "images/favicon.ico"}} {{ partial "css.html" . }} {{ partial "script_prepend.html" . }}

Florian Schrofner

{{ $picture := resources.Get "images/me.png"}} {{ $sPicture := $picture.Resize "x100" }} {{ $mPicture := $picture.Resize "x400" }} {{ $lPicture := $picture.Resize "x600" }}
{{ with .Site.GetPage "/intro" }} {{.Content}} {{ end }}
{{ with .Site.GetPage "/curriculum" }} {{.Content}} {{ end }}
{{ with .Site.GetPage "/about" }} {{.Content}} {{ end }}
{{ partial "script_append.html" . }}