X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=templates%2Ffactory%2Fheader;h=5c8a592347bc7819f505c139bc261446074ede26;hb=12d8a77a713d5ed4f08414e5f34e96d45f60e2d3;hp=213c22b993cff8ae7bc60e89630a8c712286db99;hpb=0ad4ba7aa71b7dda17f0b07ccc9d8f0ad3424b82;p=maypole.git diff --git a/templates/factory/header b/templates/factory/header index 213c22b..5c8a592 100644 --- a/templates/factory/header +++ b/templates/factory/header @@ -1,5 +1,16 @@ - - - You want to put the title of your application here <TITLE> - </HEAD> - <BODY> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <title> + [% + title || config.application_name || + "A poorly configured Maypole application" + %] + + + + + + +