[%# This template is used to generate static content. Changes made to the template will take effect when ttree is run on the build_static_content script. %] [% calfwebroot = '/demonstration/' %]
Simply create your static html templates in the src-static subdirectory of your CALF distribution and include any templating directives you want to be processed. When you make changes to the static templatse, run ./build_static_content which process the templates and put the html in files in the ./static subdirectory.
To get started try using the template that generates this page which is located src-static/static_example.html within your calf distribution.
[% INCLUDE colorbar color = "6699cc" height = "8" percent = "98%" %]
[% INCLUDE footer %]