{{ partial "header" . }} {{ partial "bigimg" . }}

 {{ .Title }}


{{ with .Content }}
{{ . }}
{{ end }}

Writing (Viennoiserie)

{{ range (where .Pages "Params.type" "writing") }} {{ partial "works-block.html" . }} {{ end }}

Software (Tartlets)

For those interested in smaller but technical buns of baked goodness, have fun exploring my open source projects at https://git.brainbaking.com/ or my contributions at GitHub.
{{ range (where .Pages "Params.type" "code") }} {{ partial "works-block.html" . }} {{ end }}
{{ partial "footer" . }}