30 lines
No EOL
618 B
HTML
30 lines
No EOL
618 B
HTML
{{define "title"}}
|
|
Atridad Lahiji // Testimonials
|
|
{{end}}
|
|
|
|
{{define "headercontent"}}
|
|
Atridad Lahiji // Testimonials
|
|
{{end}}
|
|
|
|
{{define "head"}}
|
|
<link rel="stylesheet" href="/public/css/styles.testimonials.css" />
|
|
{{end}}
|
|
|
|
{{define "main"}}
|
|
<h1 class="text-4xl font-extrabold text-white sm:text-8xl">
|
|
What People Say About Me
|
|
</h1>
|
|
|
|
<div class="grid grid-cols-1 gap-4 sm:grid-cols-2 md:grid-cols-3">
|
|
{{range .Images}}
|
|
<div>
|
|
<img class="object-cover object-center w-full max-w-full rounded-lg" src={{.}} alt="Review of Atri"
|
|
loading="lazy" />
|
|
</div>
|
|
{{end}}
|
|
</div>
|
|
|
|
{{end}}
|
|
|
|
{{define "foot"}}
|
|
{{end}} |