default.html 347 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. {% include head.html %}
  4. <body>
  5. {{ content }}
  6. <script src="https://code.jquery.com/jquery-1.12.3.min.js"></script>
  7. <!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> -->
  8. {% include apple.html %}
  9. {% include analytics.html %}
  10. </body>
  11. </html>