currentTime=time.time
__CHEETAH_version__ = '3.1.0'
__CHEETAH_versionTuple__ = (3, 1, 0, 'final', 1)
-__CHEETAH_genTime__ = 1523141375.719046
-__CHEETAH_genTimestamp__ = 'Sun Apr 8 01:49:35 2018'
+__CHEETAH_genTime__ = 1523142213.339173
+__CHEETAH_genTimestamp__ = 'Sun Apr 8 02:03:33 2018'
__CHEETAH_src__ = 'books_by_author.tmpl'
-__CHEETAH_srcLastModified__ = 'Sun Apr 8 01:49:05 2018'
+__CHEETAH_srcLastModified__ = 'Sun Apr 8 02:03:31 2018'
__CHEETAH_docstring__ = 'Autogenerated by Cheetah: The Python-Powered Template Engine'
if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple:
write(u'''<h1>''')
_v = VFFSL(SL,"title",True) # u'$title' on line 5, col 5
if _v is not None: write(_filter(_v, rawExpr=u'$title')) # from line 5, col 5.
+ write(u''' ''')
+ _v = VFFSL(SL,"author.fullname",True) # u'$author.fullname' on line 5, col 12
+ if _v is not None: write(_filter(_v, rawExpr=u'$author.fullname')) # from line 5, col 12.
write(u'''</h1>
''')
_CHEETAH_srcLastModified = __CHEETAH_srcLastModified__
- title = 'Список книг автора $author.fullname'
+ title = 'Список книг автора'
_mainCheetahMethod_for_books_by_author = 'writeBody'