X-Git-Url: https://projects.mako.cc/source/yourule/blobdiff_plain/1711747333c7666b644f6124de39c49cd0b26526..e9647b2143c8c4ec343d66ad3083aabd77659b14:/templates/index.tmpl diff --git a/templates/index.tmpl b/templates/index.tmpl index 7d2832c..bcac6d9 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -1,28 +1,27 @@ -#extends site +<% extends 'site.tmpl' %> -#block body +<% block body %>

Ruler Gallery

To view a list of rulers others have created or to save your ruler so that others with your computer can find it, visit the ruler gallery.

+href="<%= homepath %>/gallery">ruler gallery.

Create Custom Ruler

-#if $getVar('errormsg', False) +<% if errormsg %>
Error
-$getVar('errormsg', False) +<%= errormsg %>
+<% endif %> -#end if -
+ -#include 'templates/_form_elements.tmpl' +<% include '_form_elements.tmpl' %> - +
- -#end block body +<% endblock %>