X-Git-Url: https://projects.mako.cc/source/yourule/blobdiff_plain/769e51f5d2f06c6e40a09378b9c127d21d65c8f5..ba471ef56c488ae95dac054033c81a3541cda71c:/templates/index.tmpl diff --git a/templates/index.tmpl b/templates/index.tmpl index d8cdc81..5f3f352 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -1,20 +1,27 @@ -#extends site +<% extends 'site.tmpl' %> -#block body +<% block body %> -

Screen Ruler Generator

+

Ruler Gallery

-

Create a new screen ruler

+

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.

+ +

Create Custom Ruler

+ +<% if errormsg %> +
+Error
+<%= errormsg %> +
+<% endif %>
-#include 'templates/_form_elements.tmpl' +<% include '_form_elements.tmpl' %> -

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.

- -#end block body +<% endblock %>