Steve Piercy
2017-06-26 1c561a57eae2e66e463466ab784dcedf684771c8
commit | author | age
f1fee9 1 <!DOCTYPE html>
414b67 2 <html lang="\{\{request.locale_name\}\}">
f1fee9 3   <head>
BL 4     <meta charset="utf-8">
5     <meta http-equiv="X-UA-Compatible" content="IE=edge">
6     <meta name="viewport" content="width=device-width, initial-scale=1.0">
7     <meta name="description" content="pyramid web application">
8     <meta name="author" content="Pylons Project">
414b67 9     <link rel="shortcut icon" href="\{\{request.static_url('{{package}}:static/pyramid-16x16.png')\}\}">
f1fee9 10
c60e96 11     <title>Alchemy Scaffold for The Pyramid Web Framework</title>
f1fee9 12
BL 13     <!-- Bootstrap core CSS -->
14     <link href="//oss.maxcdn.com/libs/twitter-bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
15
c60e96 16     <!-- Custom styles for this scaffold -->
414b67 17     <link href="\{\{request.static_url('{{package}}:static/theme.css')\}\}" rel="stylesheet">
f1fee9 18
BL 19     <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
20     <!--[if lt IE 9]>
b3b91f 21       <script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js" integrity="sha384-0s5Pv64cNZJieYFkXYOTId2HMA2Lfb6q2nAcx2n0RTLUnCAoTTsS0nKEO27XyKcY" crossorigin="anonymous"></script>
FL 22       <script src="//oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js" integrity="sha384-f1r2UzjsxZ9T4V1f2zBO/evUqSEOpeaUUZcMTz1Up63bl4ruYnFYeM+BxI4NhyI0" crossorigin="anonymous"></script>
f1fee9 23     <![endif]-->
BL 24   </head>
25
26   <body>
27
28     <div class="starter-template">
29       <div class="container">
30         <div class="row">
31           <div class="col-md-2">
414b67 32             <img class="logo img-responsive" src="\{\{request.static_url('{{package}}:static/pyramid.png')\}\}" alt="pyramid web framework">
f1fee9 33           </div>
BL 34           <div class="col-md-10">
414b67 35             {% block content %}
MM 36                 <p>No content</p>
37             {% endblock content %}
f1fee9 38           </div>
ed252c 39         </div>
f1fee9 40         <div class="row">
BL 41           <div class="links">
42             <ul>
a89ac0 43               <li class="current-version">Generated by v{{pyramid_version}}</li>
1c561a 44               <li><i class="glyphicon glyphicon-bookmark icon-muted"></i><a href="https://docs.pylonsproject.org/projects/pyramid/en/{{pyramid_docs_branch}}/">Docs</a></li>
f1fee9 45               <li><i class="glyphicon glyphicon-cog icon-muted"></i><a href="https://github.com/Pylons/pyramid">Github Project</a></li>
e8e84e 46               <li><i class="glyphicon glyphicon-globe icon-muted"></i><a href="https://webchat.freenode.net/?channels=pyramid">IRC Channel</a></li>
b16ded 47               <li><i class="glyphicon glyphicon-home icon-muted"></i><a href="https://pylonsproject.org">Pylons Project</a></li>
18ca2e 48             </ul>
f1fee9 49           </div>
BL 50         </div>
51         <div class="row">
52           <div class="copyright">
654171 53             Copyright &copy; Pylons Project
f1fee9 54           </div>
ed252c 55         </div>
CM 56       </div>
57     </div>
f1fee9 58
BL 59
60     <!-- Bootstrap core JavaScript
61     ================================================== -->
62     <!-- Placed at the end of the document so the pages load faster -->
b3b91f 63     <script src="//oss.maxcdn.com/libs/jquery/1.10.2/jquery.min.js" integrity="sha384-aBL3Lzi6c9LNDGvpHkZrrm3ZVsIwohDD7CDozL0pk8FwCrfmV7H9w8j3L7ikEv6h" crossorigin="anonymous"></script>
FL 64     <script src="//oss.maxcdn.com/libs/twitter-bootstrap/3.0.3/js/bootstrap.min.js" integrity="sha384-s1ITto93iSMDxlp/79qhWHi+LsIi9Gx6yL+cOKDuymvihkfol83TYbLbOw+W/wv4" crossorigin="anonymous"></script>
f1fee9 65   </body>
bd330c 66 </html>