diff options
Diffstat (limited to 'manas/templates/latestideas.html')
-rw-r--r-- | manas/templates/latestideas.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manas/templates/latestideas.html b/manas/templates/latestideas.html new file mode 100644 index 0000000..f3c80eb --- /dev/null +++ b/manas/templates/latestideas.html @@ -0,0 +1,9 @@ +<html xmlns="http://www.w3.org/1999/xhtml" + xmlns:py="http://genshi.edgewall.org/"> + <div id="col3" class="col"> + <div class="latest_ideas" py:attrs="{'id': id}"> + <h2>${name}</h2> + <div py:attrs="{'id': '%s_data' % id}"/> + </div> + </div> +</html> |