[refactor][m]: rename extension from exampletheme to example as per new repository name.
[ckanext-datagovau.git] / ckanext / example / theme / templates / home / index.html
blob:a/ckanext/example/theme/templates/home/index.html -> blob:b/ckanext/example/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> <p>
This page left intentionally ugly This page left intentionally ugly
</p> </p>
<p id="examplething"> <p id="examplething">
Here is the frob Here is the frob
</p> </p>
  ${select("*")}
</div> </div>
   
<xi:include href="layout.html" /> <xi:include href="layout.html" />
</html> </html>