correct xpath filter transform
[ckanext-datagovau.git] / ckanext / exampletheme / theme / templates / home / index.html
blob:a/ckanext/exampletheme/theme/templates/home/index.html -> blob:b/ckanext/exampletheme/theme/templates/home/index.html
<html xmlns:py="http://genshi.edgewall.org/" <html xmlns:py="http://genshi.edgewall.org/"
xmlns:i18n="http://genshi.edgewall.org/i18n" xmlns:i18n="http://genshi.edgewall.org/i18n"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
py:strip=""> py:strip="">
   
<py:def function="page_title">Home</py:def> <py:def function="page_title">Home</py:def>
   
<py:def function="optional_head"> <py:def function="optional_head">
<style type="text/css"> <style type="text/css">
#examplething { #examplething {
background-color: yellow; background-color: yellow;
padding: 10px; padding: 10px;
} }
</style> </style>
</py:def> </py:def>
   
<div py:match="content"> <div py:match="content">
<h2>Welcome to Example Theme!</h2> <h2>Welcome to Example Theme!</h2>
  <p>
  This page left intentionally ugly
  </p>
<p id="examplething"> <p id="examplething">
This page left intentionally ugly Here is the frob
</p> </p>
</div> </div>
   
<xi:include href="layout.html" /> <xi:include href="layout.html" />
</html> </html>