comparison pylons_app/templates/base/base.html @ 74:cdf4fda66dd9

Started summary page. Added filters to templates. used by n,self.f.filtername prefixed by n to disable other filters. Few other fixes found
author Marcin Kuzminski <marcin@python-blog.com>
date Mon, 12 Apr 2010 10:29:18 +0200
parents 3cf0603cd4f5
children 9fe23fdab9e9
comparison
equal deleted inserted replaced
73:55d7f2502dfb 74:cdf4fda66dd9
1 ## -*- coding: utf-8 -*- 1 ## -*- coding: utf-8 -*-
2 ##filters definition
3 <%namespace name="f" module="pylons_app.lib.filters" inheritable="True"/>
4
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 5 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml"> 6 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head> 7 <head>
5 <link rel="icon" href="${c.staticurl}hgicon.png" type="image/png" /> 8 <link rel="icon" href="${c.staticurl}hgicon.png" type="image/png" />
6 <meta name="robots" content="index, nofollow"/> 9 <meta name="robots" content="index, nofollow"/>