<divclass="row"itemprop="author"itemscopeitemtype="http://schema.org/Person"itemref="{{ if $.Site.Params.email }}person-email{{ end }}{{ if $.Site.Params.phone }} person-telephone{{ end }}{{ if $.Site.Params.address}} person-address{{ end }}">
{{ with ($.Site.GetPage (printf "project/%s" .)) }}
<aclass="btn btn-primary btn-outline{{ if $is_list }} btn-xs{{end}}"href="{{ .Permalink }}">
{{ i18n "btn_project" }}
</a>
{{ else }}
{{ errorf "The `projects` parameter in `content/%s` references a project file, `content/project/%s`, which cannot be found. Please either set `projects = []` or fix the reference." $.File.Path . }}