Blog/themes/papercut/layouts/index.html

20 lines
418 B
HTML

{{ define "main" }}
<div class="container">
<main>
<section>
<p class="bg-white border rounded shadow-sm p-3 text-center">
🙃<br>
Hey, my name is Alexander Popov.
I am a chef of anything IT.
</p>
</section>
{{ template "_index/projects.html" . }}
{{ template "_index/projects2.html" . }}
{{ template "_index/what_i_use.html" . }}
{{ template "_index/reach_me.html" . }}
</main>
</div>
{{ end }}