<!DOCTYPE html>
<html lang="en">

<head>

    <!-- Section for OneSignal notification -->
    <link rel="manifest" href="/manifest.json">
    <script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async></script>
    <script>
        var OneSignal = window.OneSignal || [];
        OneSignal.push(["init", {
            appId: "45100c5d-8c82-43f4-9691-b6b9185edaf0",
            autoRegister: true,
            notifyButton: {
                enable: false /* Set to false to hide */
            }
        }]);
    </script>
    <!-- End of Section for OneSignal notification -->

    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0, user-scalable=no"
    />
    <base href="/">

    <title ng-if="!title">Massage World - Global Massage and Spa Reservations</title>
    <title ng-if="title">{{ title }}</title>

    <meta name="description" ng-if="!metaDescription" content="Massage World, book a massage here and now. MASSAGE LOVERS - Find great discounted massages anywhere in the world! SPAS - Find last minute clients by offering discounts!" />
    <meta name="description" ng-if="metaDescription" content="{{ metaDescription }}" />
    
    <meta name="description" ng-if="!metaDescription" content="Massage World, book a massage here and now. MASSAGE LOVERS - Find great discounted massages anywhere in the world! SPAS - Find last minute clients by offering discounts!" />

    <meta name="keywords" ng-if="!keywords" content="Massage, spa near me" />
    <meta name="keywords" ng-if="keywords" content="{{ keywords }}" />

    <meta name="fragment" content="!" />

    <!-- Apple META -->
    <meta name="apple-mobile-web-app-capable" content="yes" />
    <meta name="apple-mobile-web-app-status-bar-style" content="black" />

    <!-- Schema.org markup for Google+ -->
    <meta itemprop="name" ng-if="!title" content="Massage World - Global Massage and Spa Reservations" />
    <meta itemprop="name" ng-if="title" content="{{ title }}" />
    <meta itemprop="description" ng-if="!metaDescription" content="Massage World, book a massage here and now. MASSAGE LOVERS - Find great discounted massages anywhere in the world! SPAS - Find last minute clients by offering discounts!" />
    <meta itemprop="description" ng-if="metaDescription" content="{{ metaDescription }}" />
    <meta itemprop="image" ng-if="!imageMetatag" content="https://www.massage.world/img/home-1920.jpg" />
    <meta itemprop="image" ng-if="imageMetatag" content="{{ imageMetatag }}" />

    <!-- Facebook META -->
    <meta property="fb:app_id" content="738113976333365" />
    <meta property="og:type" content="website" />
    <meta property="og:site_name" content="Massage World - Global Massage and Spa Reservations" />
    <meta property="og:title" ng-if="!title" content="Massage World - Global Massage and Spa Reservations" />
    <meta property="og:title" ng-if="title" content="{{ title }}" />
    <meta property="og:description" ng-if="!metaDescription" content="Massage World, book a massage here and now. MASSAGE LOVERS - Find great discounted massages anywhere in the world! SPAS - Find last minute clients by offering discounts!" />
    <meta property="og:description" ng-if="metaDescription" content="{{ metaDescription }}" />
    <meta property="og:url" content="http://www.massage.world/feed" />
    <meta property="og:image" ng-if="!imageMetatag" content="https://www.massage.world/img/home-1920.jpg" />
    <meta property="og:image" ng-if="imageMetatag" content="{{ imageMetatag }}" />

    <!-- Twitter META -->
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:site" content="@massage_world" />
    <meta name="twitter:title" ng-if="!title" content="Massage World - Global Massage and Spa Reservations" />
    <meta name="twitter:title" ng-if="title" content="{{ title }}" />
    <meta name="twitter:description" ng-if="!metaDescription" content="Massage World, book a massage here and now. MASSAGE LOVERS - Find great discounted massages anywhere in the world! SPAS - Find last minute clients by offering discounts!" />
    <meta name="twitter:description" ng-if="metaDescription" content="{{ metaDescription }}" />
    <meta name="twitter:creator" content="@massage_world" />
    <meta name="twitter:url" ng-if="!url" content="http://www.massage.world/feed" />
    <meta name="twitter:url" ng-if="url" content="{{ url }}" />
    <meta name="twitter:image" ng-if="!imageMetatag" content="https://www.massage.world/img/home-1920.jpg" />
    <meta name="twitter:image" ng-if="imageMetatag" content="{{ imageMetatag }}" />
    <meta name="twitter:image:src" ng-if="!imageMetatag" content="https://www.massage.world/img/home-1920.jpg" />
    <meta name="twitter:image:src" ng-if="imageMetatag" content="{{ imageMetatag }}" />

    <!-- Fav Icon -->
    <link rel="apple-touch-icon" sizes="57x57" href="/favicons/apple-touch-icon-57x57.png">
    <link rel="apple-touch-icon" sizes="60x60" href="/favicons/apple-touch-icon-60x60.png">
    <link rel="apple-touch-icon" sizes="72x72" href="/favicons/apple-touch-icon-72x72.png">
    <link rel="apple-touch-icon" sizes="76x76" href="/favicons/apple-touch-icon-76x76.png">
    <link rel="apple-touch-icon" sizes="114x114" href="/favicons/apple-touch-icon-114x114.png">
    <link rel="apple-touch-icon" sizes="120x120" href="/favicons/apple-touch-icon-120x120.png">
    <link rel="apple-touch-icon" sizes="144x144" href="/favicons/apple-touch-icon-144x144.png">
    <link rel="icon" type="image/png" href="/favicons/favicon-32x32.png" sizes="32x32">
    <link rel="icon" type="image/png" href="/favicons/favicon-96x96.png" sizes="96x96">
    <link rel="icon" type="image/png" href="/favicons/favicon-16x16.png" sizes="16x16">
    <link rel="manifest" href="/favicons/manifest.json">
    <link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#5bbad5 ">
    <meta name="msapplication-TileColor" content="#da532c ">
    <meta name="msapplication-TileImage" content="/favicons/mstile-144x144.png">
    <meta name="theme-color" content="#ffffff ">

    <!-- Application CSS Files -->
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    <link rel="stylesheet" href="theme/css/bootstrap.min.css">  
    <link rel="stylesheet" href="dist/libraries_v1.0.24.css">
    <link rel="stylesheet" href="dist/application_v1.0.24.min.css"> 

    <!--DGoogle Analytics-->
    <script>
        (function (i, s, o, g, r, a, m) {
            i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
                (i[r].q = i[r].q || []).push(arguments)
            }, i[r].l = 1 * new Date(); a = s.createElement(o),
                m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
        })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');

        ga('create', 'UA-71101621-3', 'auto');
        ga('send', 'pageview');
    </script>
    <!--google analytics end-->

    <!-- Facebook Pixel Code -->
    <script>
        !function (f, b, e, v, n, t, s) {
            if (f.fbq) return; n = f.fbq = function () {
                n.callMethod ?
                    n.callMethod.apply(n, arguments) : n.queue.push(arguments)
            }; if (!f._fbq) f._fbq = n;
            n.push = n; n.loaded = !0; n.version = '2.0'; n.queue = []; t = b.createElement(e); t.async = !0;
            t.src = v; s = b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t, s)
        }(window,
            document, 'script', 'https://connect.facebook.net/en_US/fbevents.js');
        fbq('init', '1914947678776479'); // Insert your pixel ID here.
        fbq('track', 'PageView');
    </script>
    <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1914947678776479&ev=PageView&noscript=1"
        /></noscript>
    <!-- DO NOT MODIFY -->
    <!-- End Facebook Pixel Code -->
</head>

<body ng-class="stateClassName()">
    <div class="app-container" ng-class="{ 'app-showing-popup': app.activeService }">
        <header ng-include="'/modules/_core/client/main/header/core.header.client.tpl.html'"></header>
        <div class="page-container">
            <div class="page-content-container" ng-if="!('listings.list' | isState) && !('listings.view' | isState) && !('home' | isState)">
                <div ncy-breadcrumb></div>
            </div>
            
    <section ui-view></section>

        </div>

        <!-- !('home' | isState) &&  -->
        <footer ng-include="'/modules/_core/client/main/footer/core.footer.client.tpl.html'"></footer>
    </div>


    <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBJXRij4ahtE3w1zPu0RbV6Xpq_DU3Td_4&libraries=geometry,places"></script>
    <script type="text/javascript" src="https://js.stripe.com/v2/"></script>
    <script type="text/javascript" src="https://js.stripe.com/v3/"></script>
    <!--Application JavaScript Files-->
    

    <!--Application JavaScript Files-->
    
    <script type="text/javascript" src="dist/libraries_v1.0.24.min.js"></script>
    <script type="text/javascript" src="dist/application_v1.0.24.min.js"></script>
    
</body>

</html>