Edgewall Software

Changes between Version 2 and Version 3 of GenshiRecipes/PyLayoutEquivalent


Ignore:
Timestamp:
Jul 19, 2006, 7:52:05 PM (18 years ago)
Author:
cmlenz
Comment:

Take advantage of [95]

Legend:

Unmodified
Added
Removed
Modified
  • GenshiRecipes/PyLayoutEquivalent

    v2 v3  
    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>
     
    3838  <py:def function="page_title">Content Page 1 of 10</py:def>
    3939
    40   <link py:def="page_specific_css()"
     40  <link py:def="page_specific_css"
    4141    href="page.css" type="text/css" rel="stylesheet" />
    4242