<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Example: <%= title %></title>
    <link rel="stylesheet" href="../css/prism.css">
    <link rel="stylesheet" href="../../build/css/intlTelInput.css?<%= time %>">
    <link rel="stylesheet" href="../../build/css/demo.css?<%= time %>">
    <% if (stylesheet) { %>
      <link rel="stylesheet" href="../css/<%= stylesheet %>?<%= time %>">
    <% } %>

    <!-- GOOGLE ANALYTICS -->
    <script>
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-26178728-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();
    </script>
    <!-- /GOOGLE ANALYTICS -->
  </head>

  <body>
    <a href="/intl-tel-input.html">Back</a>
    <h1>Example: <%= title %></h1>
    <p><%= desc %></p>
    
    <h2>Markup</h2>
    <pre><code class="language-markup"><%= markup %></code></pre>

    <h2>Code</h2>
    <pre><code class="language-javascript"><%= code %></code></pre>

    <h2>Result</h2>
    <div id="result">
      <%- markup %>
    </div>

    <script src="../js/prism.js"></script>
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
    <script src="../../build/js/intlTelInput.js?<%= time %>"></script>
    <script src="../js/<%= script %>?<%= time %>"></script>
  </body>
</html>