Mercurial > piecrust2
comparison foodtruck/templates/layouts/master.html @ 620:c2708f20a87b
admin: Make the sidebar togglable for smaller screens.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 06 Feb 2016 21:49:50 -0800 |
parents | cbb170d9c894 |
children | 6c205066067a |
comparison
equal
deleted
inserted
replaced
619:200c7063affa | 620:c2708f20a87b |
---|---|
9 <link rel="apple-touch-icon" href="apple-touch-icon.png"/> | 9 <link rel="apple-touch-icon" href="apple-touch-icon.png"/> |
10 <link rel="stylesheet" href="/static/css/foodtruck.min.css"/> | 10 <link rel="stylesheet" href="/static/css/foodtruck.min.css"/> |
11 <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'/> | 11 <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'/> |
12 </head> | 12 </head> |
13 <body> | 13 <body> |
14 <div id="ft-wrapper" class="{{wrapper_classes}}"> | 14 <div id="ft-wrapper" class="container {{wrapper_classes}}"> |
15 <header> | 15 <header> |
16 {% if title %}<h1 class="title">{{title}}</h1>{% endif %} | 16 {% if title %}<h1 class="title">{{title}}</h1>{% endif %} |
17 {% block sub_header %}{% endblock %} | 17 {% block sub_header %}{% endblock %} |
18 </header> | 18 </header> |
19 {% block before_content %}{% endblock %} | 19 {% block before_content %}{% endblock %} |