title:
'{{ .Params.title }}'
,
body:
'{{ .Params.body }}',
"Q & A": [ {{ range .Params.faq }}
{
question:
'{{ .question }}',
answer:
'{{ .answer }}'
},
{{ end }} ],
contact: [
{
{{ range .Params.contact }}
"{{ .service }}":
'{{ .input }}',
{{ end }}
},
],
{{ end }}