| 
									
										
										
										
											2016-12-07 20:24:11 -06:00
										 |  |  | ## -*- coding: utf-8 -*- | 
					
						
							|  |  |  | <%inherit file="tailbone:templates/themes/better/base.mako" /> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <%def name="global_title()">${"[STAGE] " if not request.rattail_config.production() else ''}Rattail Demo</%def> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <%def name="favicon()"> | 
					
						
							|  |  |  |   <link rel="icon" type="image/x-icon" href="${request.static_url('tailbone:static/img/rattail.ico')}" /> | 
					
						
							|  |  |  | </%def> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-11 21:11:03 -06:00
										 |  |  | <%def name="head_tags()"> | 
					
						
							|  |  |  |   <!-- Piwik --> | 
					
						
							|  |  |  |   <script type="text/javascript"> | 
					
						
							|  |  |  |     var _paq = _paq || []; | 
					
						
							|  |  |  |     // tracker methods like "setCustomDimension" should be called before "trackPageView" | 
					
						
							|  |  |  |     _paq.push(['trackPageView']); | 
					
						
							|  |  |  |     _paq.push(['enableLinkTracking']); | 
					
						
							|  |  |  |     (function() { | 
					
						
							|  |  |  |     var u="//piwik.rattailproject.org/"; | 
					
						
							|  |  |  |     _paq.push(['setTrackerUrl', u+'piwik.php']); | 
					
						
							|  |  |  |     _paq.push(['setSiteId', '1']); | 
					
						
							|  |  |  |     var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; | 
					
						
							|  |  |  |     g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); | 
					
						
							|  |  |  |     })(); | 
					
						
							|  |  |  |   </script> | 
					
						
							|  |  |  |   <!-- End Piwik Code --> | 
					
						
							|  |  |  | </%def> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-12-07 20:24:11 -06:00
										 |  |  | <%def name="header_logo()"> | 
					
						
							|  |  |  |   ${h.image(request.static_url('tailbone:static/img/rattail.ico'), "Header Logo", height='49')} | 
					
						
							|  |  |  | </%def> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ${parent.body()} |