Sha256: cddfc18a255d87e10f039222b60da0a7d509836425d21c84db7a2c76331ec75d
Contents?: true
Size: 767 Bytes
Versions: 24
Compression:
Stored size: 767 Bytes
Contents
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://genshi.edgewall.org/" py:strip=""> <!--! Add site-specific style sheet --> <head py:match="head" py:attrs="select('@*')"> ${select('*|comment()|text()')} <link rel="stylesheet" type="text/css" href="${href.chrome('site/style.css')}" /> <link rel="stylesheet" type="text/css" href="/styles/trac.css"/> </head> <body py:match="body" py:attrs="select('@*')"> <!--! Add site-specific header --> <div id="siteheader"> <!--! Place your header content here... --> </div> ${select('*|text()')} <!--! Add site-specific footer --> <div id="sitefooter"> <!--! Place your footer content here... --> </div> </body> </html>
Version data entries
24 entries across 24 versions & 2 rubygems