kamathskitchen-website/themes/raavas/layouts/page/static.html

17 lines
1.2 KiB
HTML
Executable File

{{ define "main" }}
<main class="single-page content">
<div class="static content-max-width">
{{ if eq .Title "about"}}
<div class="h-card">
<p class="drop-cap p-note">Hello I am <span class="p-name">Smitha R Kamath</span>. I am a housewife and a food lover. I live in <span class="p-locality">Mumbai</span> with my family. I enjoy cooking and experimenting with various dishes. I am starting this blog on 20 November 2011, so that I can share some of my recipes and also learn from everyone.
<p>I got the idea of starting this blog when most of my friends and neighbours started asking me about my recipes and tips to make their cooking better. I enjoyed sharing with them as I got to know how they perceived the same recipe which I thought was easy or hard and vice versa.</p>
<p>I will be sharing one recipe every Sunday; I would really like to know how you make the same recipe and what is your take on it. If you want me to make something, you can mail me the name of the recipe on <a class="link u-email" rel="me" href="mailto:smitha@kamathskitchen.com?Subject=enquiry">smitha@kamathskitchen.com</a>.
</p>
</div>
{{ else }}
{{ .Content }}
{{ end }}
</div>
</main>
{{ end }}