Edgewall Software

Changes between Version 7 and Version 8 of GenshiRecipes/PyLayoutEquivalent


Ignore:
Timestamp:
Nov 10, 2006, 11:03:53 AM (17 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenshiRecipes/PyLayoutEquivalent

    v7 v8  
    1212
    1313  <head>
    14     <title>App Name - ${page_title}</title>
     14    <title>App Name - ${page_title()}</title>
    1515
    1616    <link href="layout.css" type="text/css" rel="stylesheet" />
    17     ${page_specific_css}
     17    ${page_specific_css()}
    1818  </head>
    1919
    2020  <body>
    21     <h1>Now viewing: ${page_title} of App Name</h1>
     21    <h1>Now viewing: ${page_title()} of App Name</h1>
    2222
    2323    <content>Default content</content>