{% if noIndex is defined and noIndex == true %}
<meta name="robots" content="noindex" />
{% else %}
<meta name="robots" content="index, follow" />
{% endif %}
{% if metaDescription is defined %}
<meta name="description" content="{{ metaDescription }}" />
{% endif %}
<meta property="og:type" content="website" />
{% if metaDescription is defined %}
<meta property="og:description" content="
{{ metaDescription }}" />
{% endif %}
{% if metaImg is defined %}
<meta property="og:image" content="{{ metaImg }}" />
{% endif %}
<meta property="twitter:card" content="summary_large_image" />
{% if metaDescription is defined %}
<meta property="twitter:description" content="
{{ metaDescription }}" />
{% endif %}
{% if metaImg is defined %}
<meta property="twitter:image" content="{{ metaImg }}" />
{% endif %}