{% comment %}<!-- Mobile Smart Banners for iPhone and Android -->{% endcomment %}
{% if page.meta_data contains 'mobile' %}
{% if page.cta_mobile_banners.manifest %}
  <meta name="apple-itunes-app" content="app-id={{ page.cta_mobile_banners.app_id_apple }}" />
	<meta name="google-play-app" content="app-id={{page.cta_mobile_banners.app_id_android}}">
	<meta name="mobile-web-app-capable" content="yes">
	<meta name=" theme_color " content="#fff">
	<meta name="{{ page.cta_mobile_banners.short_name }}:title" content="{{ page.cta_mobile_banners.app_title }}">
	<meta name="{{ page.cta_mobile_banners.short_name }}:button" content="VIEW">
	<meta name="{{ page.cta_mobile_banners.short_name }}:button-url-google" content="{{ page.cta_mobile_banners.url_google }}">
	<meta name="{{ page.cta_mobile_banners.short_name }}:enabled-platforms" content="android,ios">
  <link rel="manifest" href="{{ site.url }}/manifest/{{page.cta_mobile_banners.manifest_json}}/manifest.json"> 
{% endif %}
{% endif %}