<h2>{{ if isset .Site.Params "topContentTitle" }}{{ .Site.Params.topContentTitle }}{{ else }}Params.topContentTitle{{ end }}</h2>
<p>{{ if isset .Site.Params "topContentText" }}{{ .Site.Params.topContentText }}{{ else }}You can customize this text by by params "topContentText" in your "config.toml".
Or if you want to customize the layout of this paragraph, place your "top-content.html" under "layouts/partials/" directory.{{ end }}</p>