1[% IF no_head %][% PROCESS chart %][% ELSE %][% doctype %]<html><head><title>[% title %]</title>[% html_head %]</head><body>[% PROCESS chart %]</body></html>[% END %]
2
3[% BLOCK chart %]
4	<div>
5		<h1>[% title %]</h1>
6		[% IF description %]<p>[% description %]</p>[% END %]
7		<img src="[% chart %]" alt="[% title %]"/>
8	</div>
9[% END %]