page.tmpl 753 B

1234567891011121314151617181920212223
  1. %(head_prefix)s
  2. %(head)s
  3. <meta name="viewport" content="width=device-width, initial-scale=1">
  4. <!-- Bootstrap core CSS =================================================== -->
  5. <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
  6. <link href="docs-min.css" rel="stylesheet">
  7. <link href="custom.css" rel="stylesheet">
  8. %(stylesheet)s
  9. %(body_prefix)s
  10. %(body_pre_docinfo)s
  11. %(docinfo)s
  12. <div class="row">
  13. %(body)s
  14. </div>
  15. </div>
  16. <!-- Bootstrap core JavaScript ============================================ -->
  17. <!-- Placed at the end of the document so the pages load faster -->
  18. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
  19. <script src="bootstrap/js/bootstrap.min.js"></script>
  20. %(body_suffix)s