~srivathsan/blaze

don't hardcode index page url
content is root dir
Convert to HTML for html and htm
Page struct: ListsPath not necessary
remove CreatePage function
unused member of Page
parse url formats using template
check for empty string in summary and template
remove new command from blaze
templateFunc: paginate -> listPages

This is a more appropriate name for the function
Get extention from template or source
Dont parse template if empty
seperate toHTML and parseTemplate
make fullpath in paginate
Parse template from markdown content
templates: close summary with </p>
add summary template function
add escapeHTML template function
paginate: convert md to html
Next